From 6a828b3943d35f0cbb9fcda0e6f2d511ce1de634 Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Sun, 18 Feb 2018 15:54:36 +0100 Subject: [PATCH] Fixed currentMarker property docs --- src/sound/BaseSound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/BaseSound.js b/src/sound/BaseSound.js index 62b09fd2d..572204c7b 100644 --- a/src/sound/BaseSound.js +++ b/src/sound/BaseSound.js @@ -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