Skip to content

Commit e15a5a9

Browse files
Initializing game property with provided attribute reference
1 parent 4316c22 commit e15a5a9

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
@@ -4,6 +4,7 @@ var NoAudioSoundManager = new Class({
44
Extends: EventEmitter,
55
initialize: function NoAudioSoundManager(game) {
66
EventEmitter.call(this);
7+
this.game = game;
78
}
89
});
910
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)