diff --git a/v3/src/sound/BaseSound.js b/v3/src/sound/BaseSound.js index d85713bc4..1d8e932cd 100644 --- a/v3/src/sound/BaseSound.js +++ b/v3/src/sound/BaseSound.js @@ -184,7 +184,8 @@ var BaseSound = new Class({ return true; }, removeMarker: function (markerName) { - return false; + this.markers[markerName] = null; + return true; }, play: function (markerName, config) { if (markerName === void 0) { markerName = ''; }