Skip to content

Commit 36475d5

Browse files
Fixed removeMarker method docs
1 parent 9959d42 commit 36475d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/BaseSound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ var BaseSound = new Class({
324324
*
325325
* @param {string} markerName - The name of the marker to remove.
326326
*
327-
* @return {ISoundMarker|null} Removed marker object or 'null' if there was no marker with provided name.
327+
* @return {SoundMarker|null} Removed marker object or 'null' if there was no marker with provided name.
328328
*/
329329
removeMarker: function (markerName)
330330
{

0 commit comments

Comments
 (0)