mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +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}
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
/**
|
||||
* @namespace Phaser.Input.Keyboard.KeyCodes
|
||||
*/
|
||||
|
||||
var KeyCodes = {
|
||||
|
||||
/**
|
||||
* @name Phaser.Input.Keyboard.KeyCodes.BACKSPACE
|
||||
|
@ -567,3 +571,5 @@ module.exports = {
|
|||
CLOSED_BRACKET: 221
|
||||
|
||||
};
|
||||
|
||||
module.exports = KeyCodes;
|
||||
|
|
Loading…
Reference in a new issue