We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1835217 commit d0aa4e6Copy full SHA for d0aa4e6
1 file changed
src/sound/noaudio/NoAudioSound.js
@@ -22,6 +22,7 @@ var NoAudioSound = new Class({
22
* @param {ISoundConfig} [config={}] - An optional config object containing default sound settings.
23
*/
24
initialize: function NoAudioSound(manager, key, config) {
25
+ if (config === void 0) { config = {}; }
26
EventEmitter.call(this);
27
this.manager = manager;
28
this.key = key;
0 commit comments