Skip to content

Commit e9c1ba2

Browse files
Added stopAll method that does nothing
1 parent 05d37e0 commit e9c1ba2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var NoAudioSoundManager = new Class({
4040
return BaseSoundManager.prototype.removeByKey.call(this, key);
4141
},
4242
pauseAll: NOOP,
43-
resumeAll: NOOP
43+
resumeAll: NOOP,
44+
stopAll: NOOP
4445
});
4546
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)