We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a46b7 commit 25ab2a3Copy full SHA for 25ab2a3
1 file changed
src/body/Composite.js
@@ -302,7 +302,7 @@ var Composite = {};
302
* Removes all bodies, constraints and composites from the given composite
303
* Optionally clearing its children recursively
304
* @method clear
305
- * @param {world} world
+ * @param {composite} composite
306
* @param {boolean} keepStatic
307
* @param {boolean} [deep=false]
308
*/
@@ -643,4 +643,4 @@ var Composite = {};
643
* @default []
644
645
646
-})();
+})();
0 commit comments