0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-12 16:08:50 -05:00

fixed issue with docs

This commit is contained in:
liabru 2014-06-03 13:46:23 +01:00
parent 2317f02fb4
commit 3a16f90404

View file

@ -285,7 +285,7 @@ var Body = {};
/** /**
* Scales the body, including updating physical properties (mass, area, axes, inertia), from a world-space point (default is body centre). * Scales the body, including updating physical properties (mass, area, axes, inertia), from a world-space point (default is body centre).
* @method translate * @method scale
* @param {body} body * @param {body} body
* @param {number} scaleX * @param {number} scaleX
* @param {number} scaleY * @param {number} scaleY