Fixed currentMarker property docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 15:54:36 +01:00
parent 9adce2b40e
commit 6a828b3943

View file

@ -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