Skip to content

Commit ced5404

Browse files
added return value to BaseSound addMarker method
1 parent 22a4dac commit ced5404

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/BaseSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var BaseSound = new Class({
3232
this.events = new EventDispatcher();
3333
},
3434
addMarker: function (marker) {
35+
return false;
3536
},
3637
removeMarker: function (markerName) {
3738
return false;

0 commit comments

Comments
 (0)