Skip to content

Commit dcc406d

Browse files
Added removeMarker method that only returns false
1 parent 8685b7c commit dcc406d

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
@@ -37,6 +37,9 @@ var NoAudioSound = new Class({
3737
},
3838
updateMarker: function (marker) {
3939
return false;
40+
},
41+
removeMarker: function (markerName) {
42+
return null;
4043
}
4144
});
4245
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)