Skip to content

Commit a52145e

Browse files
Added pause method that only returns false
1 parent f8cefe6 commit a52145e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ var NoAudioSound = new Class({
4343
},
4444
play: function (markerName, config) {
4545
return false;
46+
},
47+
pause: function () {
48+
return false;
4649
}
4750
});
4851
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)