Skip to content

Commit

Permalink
Update JSDoc
Browse files Browse the repository at this point in the history
This might need fixing later, I don't know if I did it right.
  • Loading branch information
PlNG committed Jan 20, 2015
1 parent 10a46b7 commit 25ab2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/body/Composite.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
*/
Expand Down Expand Up @@ -643,4 +643,4 @@ var Composite = {};
* @default []
*/

})();
})();

0 comments on commit 25ab2a3

Please sign in to comment.