mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
Update JSDoc
This might need fixing later, I don't know if I did it right.
This commit is contained in:
parent
10a46b7fad
commit
25ab2a39b0
1 changed files with 2 additions and 2 deletions
|
@ -302,7 +302,7 @@ var Composite = {};
|
||||||
* Removes all bodies, constraints and composites from the given composite
|
* Removes all bodies, constraints and composites from the given composite
|
||||||
* Optionally clearing its children recursively
|
* Optionally clearing its children recursively
|
||||||
* @method clear
|
* @method clear
|
||||||
* @param {world} world
|
* @param {composite} composite
|
||||||
* @param {boolean} keepStatic
|
* @param {boolean} keepStatic
|
||||||
* @param {boolean} [deep=false]
|
* @param {boolean} [deep=false]
|
||||||
*/
|
*/
|
||||||
|
@ -643,4 +643,4 @@ var Composite = {};
|
||||||
* @default []
|
* @default []
|
||||||
*/
|
*/
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue