This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-17 16:43:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
332fb6fe68
phaser
/
src
/
sound
History
Richard Davey
332fb6fe68
Fixed window global check.
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