Fixed removeMarker method docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 15:57:11 +01:00
parent 9959d42fbc
commit 36475d5381

View file

@ -324,7 +324,7 @@ var BaseSound = new Class({
*
* @param {string} markerName - The name of the marker to remove.
*
* @return {ISoundMarker|null} Removed marker object or 'null' if there was no marker with provided name.
* @return {SoundMarker|null} Removed marker object or 'null' if there was no marker with provided name.
*/
removeMarker: function (markerName)
{