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

Update JSDoc

This might need fixing later, I don't know if I did it right.
This commit is contained in:
PlNG 2015-01-20 11:49:14 -05:00
parent 10a46b7fad
commit 25ab2a39b0

View file

@ -302,7 +302,7 @@ var Composite = {};
* Removes all bodies, constraints and composites from the given composite
* Optionally clearing its children recursively
* @method clear
* @param {world} world
* @param {composite} composite
* @param {boolean} keepStatic
* @param {boolean} [deep=false]
*/
@ -643,4 +643,4 @@ var Composite = {};
* @default []
*/
})();
})();