mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Fixed removeMarker method docs
This commit is contained in:
parent
9959d42fbc
commit
36475d5381
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue