Skip to content

Commit e9c441b

Browse files
Added addMarker method that only returns false
1 parent 063dda1 commit e9c441b

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
@@ -31,6 +31,9 @@ var NoAudioSound = new Class({
3131
this.markers = {};
3232
this.currentMarker = null;
3333
this.pendingRemove = false;
34+
},
35+
addMarker: function (marker) {
36+
return false;
3437
}
3538
});
3639
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)