Skip to content

Commit d282f3a

Browse files
Initializing key property with provided attribute value
1 parent 10daa22 commit d282f3a

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
@@ -5,6 +5,7 @@ var NoAudioSound = new Class({
55
initialize: function NoAudioSound(manager, key, config) {
66
EventEmitter.call(this);
77
this.manager = manager;
8+
this.key = key;
89
}
910
});
1011
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)