Skip to content

Commit ba424ac

Browse files
committed
Added root types namespace
1 parent 046498d commit ba424ac

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* Global consts.
8+
* Global constants.
99
*
1010
* @ignore
1111
*/

src/phaser.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ var Extend = require('./utils/object/Extend');
1313
* @namespace Phaser
1414
*/
1515

16+
/**
17+
* The root types namespace.
18+
*
19+
* @namespace Phaser.Types
20+
* @since 3.17.0
21+
*/
22+
1623
var Phaser = {
1724

1825
Actions: require('./actions'),

0 commit comments

Comments
 (0)