Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Apr 28, 2016
1 parent c26684e commit f59e220
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/render/Render.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*
Expand Down

0 comments on commit f59e220

Please sign in to comment.