Skip to content

Commit

Permalink
added Matter.World extends Matter.Composite to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jan 25, 2015
1 parent 968bba2 commit b3921fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/body/World.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for usage examples.
*
* @class World
* @extends Composite
*/

var World = {};
Expand Down
2 changes: 0 additions & 2 deletions src/core/Common.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ var Common = {};
if (!console || !console.log || !console.warn)
return;

var style;

switch (type) {

case 'warn':
Expand Down

0 comments on commit b3921fb

Please sign in to comment.