0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

added Matter.World extends Matter.Composite to docs

This commit is contained in:
liabru 2015-01-25 15:14:51 +00:00
parent 968bba265a
commit b3921fb72e
2 changed files with 1 additions and 2 deletions

View file

@ -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 = {};

View file

@ -256,8 +256,6 @@ var Common = {};
if (!console || !console.log || !console.warn)
return;
var style;
switch (type) {
case 'warn':