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:
parent
2317f02fb4
commit
3a16f90404
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue