0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-13 16:18:50 -05:00

Spellchecking

This commit is contained in:
PlNG 2015-01-20 11:07:20 -05:00
parent cd5d4011e6
commit c2e0c23539

View file

@ -15,7 +15,7 @@ var MouseConstraint = {};
/** /**
* Creates a new mouse constraint. * Creates a new mouse constraint.
* All properties have default values, and many are pre-calculated automatically based on other properties. * All properties have default values, and many are pre-calculated automatically based on other properties.
* See the properites section below for detailed information on what you can pass via the `options` object. * See the properties section below for detailed information on what you can pass via the `options` object.
* @method create * @method create
* @param {engine} engine * @param {engine} engine
* @param {} options * @param {} options