Skip to content

Commit 7269073

Browse files
committed
Fixed exposure
1 parent 0899c13 commit 7269073

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/physics/impact/COLLIDES.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
* with other LITE or PASSIVE entities at all. The behavior for FIXED vs.
1414
* FIXED collisions is undefined.
1515
*
16-
* @namespace Phaser.Physics.Impact.COLLIDES
16+
* @name Phaser.Physics.Impact.COLLIDES
17+
* @type {object}
18+
* @since 3.0.0
1719
*/
1820
module.exports = {
1921

src/physics/impact/TYPE.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
* with other LITE or PASSIVE entities at all. The behavior for FIXED vs.
1414
* FIXED collisions is undefined.
1515
*
16-
* @namespace Phaser.Physics.Impact.TYPES
16+
* @name Phaser.Physics.Impact.TYPES
17+
* @type {object}
18+
* @since 3.0.0
1719
*/
1820
module.exports = {
1921

0 commit comments

Comments
 (0)