We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd7531 commit e2e7c0bCopy full SHA for e2e7c0b
1 file changed
src/core/Engine.js
@@ -32,7 +32,7 @@ var Body = require('../body/Body');
32
* All properties have default values, and many are pre-calculated automatically based on other properties.
33
* See the properties section below for detailed information on what you can pass via the `options` object.
34
* @method create
35
- * @param {HTMLElement} element
+ * @param {HTMLElement} [element]
36
* @param {object} [options]
37
* @return {engine} engine
38
*/
0 commit comments