Skip to content

Commit 47b0eea

Browse files
Updated lockedActionsQueue property docs
1 parent 57724d1 commit 47b0eea

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ var HTML5AudioSoundManager = new Class({
6464
* all actions will be performed in chronological order.
6565
*
6666
* @private
67-
* @property {{
68-
* sound: Phaser.Sound.HTML5AudioSound,
69-
* name: string,
70-
* value?: any,
71-
* }[]} lockedActionsQueue
67+
* @property {{ sound: Phaser.Sound.HTML5AudioSound, name: string, value?: * }[]} lockedActionsQueue
7268
*/
7369
this.lockedActionsQueue = this.locked ? [] : null;
7470
/**

0 commit comments

Comments
 (0)