Fixed unlocked property docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 17:17:04 +01:00
parent 8d55a4aeb4
commit cb939cc7d8

View file

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