We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968bba2 commit b3921fbCopy full SHA for b3921fb
2 files changed
src/body/World.js
@@ -9,6 +9,7 @@
9
* and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for usage examples.
10
*
11
* @class World
12
+* @extends Composite
13
*/
14
15
var World = {};
src/core/Common.js
@@ -256,8 +256,6 @@ var Common = {};
256
if (!console || !console.log || !console.warn)
257
return;
258
259
- var style;
260
-
261
switch (type) {
262
263
case 'warn':
0 commit comments