Skip to content

Commit f59e220

Browse files
committed
fix tests
1 parent c26684e commit f59e220

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/render/Render.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,13 @@ var Vector = require('../geometry/Vector');
12551255
* @type render
12561256
*/
12571257

1258+
/**
1259+
* A reference to the `Matter.Engine` instance to be used.
1260+
*
1261+
* @property engine
1262+
* @type engine
1263+
*/
1264+
12581265
/**
12591266
* A reference to the element where the canvas is to be inserted (if `render.canvas` has not been specified)
12601267
*

0 commit comments

Comments
 (0)