Skip to content

Commit a86fc19

Browse files
committed
jsdoc fix
1 parent 1a73f22 commit a86fc19

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/input/keyboard/keys/KeyCodes.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

7-
module.exports = {
7+
/**
8+
* @namespace Phaser.Input.Keyboard.KeyCodes
9+
*/
10+
11+
var KeyCodes = {
812

913
/**
1014
* @name Phaser.Input.Keyboard.KeyCodes.BACKSPACE
@@ -567,3 +571,5 @@ module.exports = {
567571
CLOSED_BRACKET: 221
568572

569573
};
574+
575+
module.exports = KeyCodes;

0 commit comments

Comments
 (0)