mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Fixed currentMarker property docs
This commit is contained in:
parent
9adce2b40e
commit
6a828b3943
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ var BaseSound = new Class({
|
|||
* 'null' if whole sound is playing.
|
||||
*
|
||||
* @name Phaser.Sound.BaseSound#currentMarker
|
||||
* @type {?ISoundMarker}
|
||||
* @type {SoundMarker}
|
||||
* @default null
|
||||
* @readOnly
|
||||
* @since 3.0.0
|
||||
|
|
Loading…
Reference in a new issue