Skip to content

Commit 05d37e0

Browse files
Added resumeAll method that does nothing
1 parent 534a7a3 commit 05d37e0

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
@@ -39,6 +39,7 @@ var NoAudioSoundManager = new Class({
3939
removeByKey: function (key) {
4040
return BaseSoundManager.prototype.removeByKey.call(this, key);
4141
},
42-
pauseAll: NOOP
42+
pauseAll: NOOP,
43+
resumeAll: NOOP
4344
});
4445
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)