mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
Comment fix
- Added `@private`
This commit is contained in:
parent
100b69eb99
commit
2a933093d9
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ Phaser.Key = function (game, keycode) {
|
|||
/**
|
||||
* The enabled state of the key - see `enabled`.
|
||||
* @property {boolean} _enabled
|
||||
* @private
|
||||
*/
|
||||
this._enabled = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue