mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Fixed addMarker method docs
This commit is contained in:
parent
6a828b3943
commit
942fd09397
1 changed files with 2 additions and 2 deletions
|
@ -249,9 +249,9 @@ var BaseSound = new Class({
|
|||
* @method Phaser.Sound.BaseSound#addMarker
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {ISoundMarker} marker - Marker object
|
||||
* @param {SoundMarker} marker - Marker object.
|
||||
*
|
||||
* @return {boolean} Whether the marker was added successfully
|
||||
* @return {boolean} Whether the marker was added successfully.
|
||||
*/
|
||||
addMarker: function (marker)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue