mirror of
https://github.com/photonstorm/phaser
synced 2025-03-01 13:57:26 +00:00
Initializing sounds property an empty array
This commit is contained in:
parent
e15a5a9c69
commit
c5062a0c90
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ var NoAudioSoundManager = new Class({
|
|||
initialize: function NoAudioSoundManager(game) {
|
||||
EventEmitter.call(this);
|
||||
this.game = game;
|
||||
this.sounds = [];
|
||||
}
|
||||
});
|
||||
module.exports = NoAudioSoundManager;
|
||||
|
|
Loading…
Add table
Reference in a new issue