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:
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
|
||||
* Optionally clearing its children recursively
|
||||
* @method clear
|
||||
* @param {world} world
|
||||
* @param {composite} composite
|
||||
* @param {boolean} keepStatic
|
||||
* @param {boolean} [deep=false]
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue