mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-30 10:20:52 -05:00
fix tests
This commit is contained in:
parent
c26684e471
commit
f59e2202ad
1 changed files with 7 additions and 0 deletions
|
@ -1255,6 +1255,13 @@ var Vector = require('../geometry/Vector');
|
||||||
* @type render
|
* @type render
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A reference to the `Matter.Engine` instance to be used.
|
||||||
|
*
|
||||||
|
* @property engine
|
||||||
|
* @type engine
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A reference to the element where the canvas is to be inserted (if `render.canvas` has not been specified)
|
* A reference to the element where the canvas is to be inserted (if `render.canvas` has not been specified)
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue