Skip to content

Commit 826431c

Browse files
committed
Tidying up
1 parent 19fc914 commit 826431c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/physics/matter-js/lib/body

src/physics/matter-js/lib/body/Body.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,17 @@ var Axes = require('../geometry/Axes');
9292
lineOpacity: null, // custom Phaser property
9393
lineThickness: null // custom Phaser property
9494
},
95-
9695
events: null,
9796
bounds: null,
9897
chamfer: null,
9998
circleRadius: 0,
10099
positionPrev: null,
101100
anglePrev: 0,
102101
parent: null,
103-
104102
axes: null,
105103
area: 0,
106104
mass: 0,
107105
inertia: 0,
108-
109106
_original: null
110107
};
111108

0 commit comments

Comments
 (0)