0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

Spellchecking

This commit is contained in:
PlNG 2015-01-20 11:07:26 -05:00
parent 940976acbb
commit 3127654b41

View file

@ -17,7 +17,7 @@ var World = {};
/**
* Creates a new world composite. The options parameter is an object that specifies any properties you wish to override the defaults.
* 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
* @constructor
* @param {} options
@ -72,4 +72,4 @@ var World = {};
* @return {world} The original world with the constraint added
*/
})();
})();