Skip to content

Commit b5d9ba3

Browse files
committed
Added namespace for TS
1 parent bf3a424 commit b5d9ba3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/physics/matter-js/CustomMain.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* @license {@link https://opensource.org/licenses/MIT|MIT License}
55
*/
66

7+
/**
8+
* @namespace Phaser.Physics.Matter.Matter
9+
*/
10+
711
var Matter = require('./lib/core/Matter');
812

913
Matter.Body = require('./lib/body/Body');

0 commit comments

Comments
 (0)