Skip to content

Commit c071d8d

Browse files
Added resume method that only returns false
1 parent a52145e commit c071d8d

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
@@ -46,6 +46,9 @@ var NoAudioSound = new Class({
4646
},
4747
pause: function () {
4848
return false;
49+
},
50+
resume: function () {
51+
return false;
4952
}
5053
});
5154
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)