Skip to content

Commit 8685b7c

Browse files
Added updateMarker method that only returns false
1 parent e9c441b commit 8685b7c

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
@@ -34,6 +34,9 @@ var NoAudioSound = new Class({
3434
},
3535
addMarker: function (marker) {
3636
return false;
37+
},
38+
updateMarker: function (marker) {
39+
return false;
3740
}
3841
});
3942
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)