More Ticker changes (see details)
These additional Ticker refactor changes include:
- Separate update() from requesting an animation frame
    - This allows calling update() with a completely separate animation/ticking API if necessary or one chooses
- Complete all TODOs
    - Added const.TARGET_FPMS
    - Added readonly property ticker.FPS
    - Added readwrite property ticker.minFPS
- added polyfilled "performance" to jshint globals
    - removed `global` in usages of it
1 parent 03c9133 commit ee28452874016578d6786e82198c0914401120b2
@Dr. Kibtiz Dr. Kibtiz authored on 18 Apr 2015
Showing 4 changed files
View
.jshintrc
View
src/core/const.js
View
src/extras/Ticker.js
View
src/polyfill/requestAnimationFrame.js