We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9959d42 commit 36475d5Copy full SHA for 36475d5
1 file changed
src/sound/BaseSound.js
@@ -324,7 +324,7 @@ var BaseSound = new Class({
324
*
325
* @param {string} markerName - The name of the marker to remove.
326
327
- * @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.
328
*/
329
removeMarker: function (markerName)
330
{
0 commit comments