Skip to content

Commit c5062a0

Browse files
Initializing sounds property an empty array
1 parent e15a5a9 commit c5062a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ var NoAudioSoundManager = new Class({
55
initialize: function NoAudioSoundManager(game) {
66
EventEmitter.call(this);
77
this.game = game;
8+
this.sounds = [];
89
}
910
});
1011
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)