mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 22:48:34 +00:00
jsdoc fix
This commit is contained in:
parent
1a73f22780
commit
a86fc19d3c
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
||||||
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
|
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module.exports = {
|
/**
|
||||||
|
* @namespace Phaser.Input.Keyboard.KeyCodes
|
||||||
|
*/
|
||||||
|
|
||||||
|
var KeyCodes = {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Phaser.Input.Keyboard.KeyCodes.BACKSPACE
|
* @name Phaser.Input.Keyboard.KeyCodes.BACKSPACE
|
||||||
|
@ -567,3 +571,5 @@ module.exports = {
|
||||||
CLOSED_BRACKET: 221
|
CLOSED_BRACKET: 221
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
module.exports = KeyCodes;
|
||||||
|
|
Loading…
Add table
Reference in a new issue