mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Fixed unlocked property docs
This commit is contained in:
parent
8d55a4aeb4
commit
cb939cc7d8
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ var BaseSoundManager = new Class({
|
|||
* @name Phaser.Sound.BaseSoundManager#unlocked
|
||||
* @type {boolean}
|
||||
* @default false
|
||||
* @private
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.unlocked = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue