Skip to content

Commit 10daa22

Browse files
Initializing manager property with provided attribute reference
1 parent 4c2b7b3 commit 10daa22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ var NoAudioSound = new Class({
44
Extends: EventEmitter,
55
initialize: function NoAudioSound(manager, key, config) {
66
EventEmitter.call(this);
7+
this.manager = manager;
78
}
89
});
910
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)