mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Fix comment of rectangle.expand
This commit is contained in:
parent
df24de0fdf
commit
3f50aadf3b
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ var Rectangle = Base.extend(/** @lends Rectangle# */{
|
|||
* @function
|
||||
* @param {Number} hor the amount to expand the rectangle in horizontal
|
||||
* direction
|
||||
* @param {Number} ver the amount to expand the rectangle in horizontal
|
||||
* @param {Number} ver the amount to expand the rectangle in vertical
|
||||
* direction
|
||||
*/
|
||||
expand: function(/* amount */) {
|
||||
|
|
Loading…
Reference in a new issue