Skip to content

Commit cd070ac

Browse files
Initializing currentConfig property to point to config property
1 parent ff6f7f8 commit cd070ac

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
@@ -21,6 +21,7 @@ var NoAudioSound = new Class({
2121
loop: false,
2222
delay: 0
2323
}, config);
24+
this.currentConfig = this.config;
2425
}
2526
});
2627
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)