sbiermanlytle / iioEngine

iio Engine: A JavaScript game engine for HTML5 Canvas
http://iioengine.com
455 stars 81 forks source link

changes to conform to conventional JS idioms #35

Closed shzhng closed 9 years ago

shzhng commented 9 years ago

changes in ways functions are called conventional variable name for xhr use Array.prototype methods instead of for loops (forEach, some, map, etc) for readability and possible native code performance enhancement