mirror of
https://github.com/photonstorm/phaser
synced 2024-11-30 16:39:34 +00:00
Initializing key property with provided attribute value
This commit is contained in:
parent
10daa22fb0
commit
d282f3a1cb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ var NoAudioSound = new Class({
|
|||
initialize: function NoAudioSound(manager, key, config) {
|
||||
EventEmitter.call(this);
|
||||
this.manager = manager;
|
||||
this.key = key;
|
||||
}
|
||||
});
|
||||
module.exports = NoAudioSound;
|
||||
|
|
Loading…
Reference in a new issue