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:
parent
968bba265a
commit
b3921fb72e
2 changed files with 1 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
||||||
* and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for usage examples.
|
* and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for usage examples.
|
||||||
*
|
*
|
||||||
* @class World
|
* @class World
|
||||||
|
* @extends Composite
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var World = {};
|
var World = {};
|
||||||
|
|
|
@ -256,8 +256,6 @@ var Common = {};
|
||||||
if (!console || !console.log || !console.warn)
|
if (!console || !console.log || !console.warn)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var style;
|
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|
||||||
case 'warn':
|
case 'warn':
|
||||||
|
|
Loading…
Reference in a new issue