Skip to content

Commit b3921fb

Browse files
committed
added Matter.World extends Matter.Composite to docs
1 parent 968bba2 commit b3921fb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/body/World.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for usage examples.
1010
*
1111
* @class World
12+
* @extends Composite
1213
*/
1314

1415
var World = {};

src/core/Common.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ var Common = {};
256256
if (!console || !console.log || !console.warn)
257257
return;
258258

259-
var style;
260-
261259
switch (type) {
262260

263261
case 'warn':

0 commit comments

Comments
 (0)