phaser/src/time
2015-07-22 10:37:15 +01:00
..
Time.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Timer.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
TimerEvent.js Copyright date change. 2015-02-25 03:36:23 +00:00