graememcc / micropolisJS

A port of Micropolis to JS/HTML5
Other
632 stars 96 forks source link

Added var keyword to onMove and onDie functions #17

Closed davidwesst closed 9 years ago

davidwesst commented 9 years ago

Was throwing error when running from source in IE11 because onMove was "not defined" because the class is using strict mode.

graememcc commented 9 years ago

Curses! How did I let that slip in?

Great catch, thanks!

davidwesst commented 9 years ago

Not a problem! :)