We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a20d6 commit 9adce2bCopy full SHA for 9adce2b
1 file changed
src/sound/BaseSound.js
@@ -208,10 +208,10 @@ var BaseSound = new Class({
208
this.config = Extend(this.config, config);
209
210
/**
211
- * Object containing markers definitions (Object.<string, ISoundMarker>)
+ * Object containing markers definitions.
212
*
213
* @name Phaser.Sound.BaseSound#markers
214
- * @type {object}
+ * @type {Object.<string, SoundMarker>}
215
* @default {}
216
* @readOnly
217
* @since 3.0.0
0 commit comments