Skip to content

Commit

Permalink
fix Matter.Engine.create docs to show element param is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Apr 17, 2016
1 parent afd7531 commit e2e7c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var Body = require('../body/Body');
* All properties have default values, and many are pre-calculated automatically based on other properties.
* See the properties section below for detailed information on what you can pass via the `options` object.
* @method create
* @param {HTMLElement} element
* @param {HTMLElement} [element]
* @param {object} [options]
* @return {engine} engine
*/
Expand Down

0 comments on commit e2e7c0b

Please sign in to comment.