0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-27 09:50:52 -05:00

fix tests

This commit is contained in:
liabru 2016-04-28 22:20:07 +01:00
parent c26684e471
commit f59e2202ad

View file

@ -1255,6 +1255,13 @@ var Vector = require('../geometry/Vector');
* @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)
*