phaser/src/sound
2016-02-09 11:41:24 +00:00
..
AudioSprite.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
Sound.js Moved the Sound.disconnect after the Sound.stop call in Web Audio (#2280) 2016-02-03 22:22:22 +00:00
SoundManager.js Fixed window global check. 2016-02-09 11:41:24 +00:00