Fix comment of rectangle.expand

This commit is contained in:
sapics 2015-12-31 13:04:00 +09:00
parent df24de0fdf
commit 3f50aadf3b

View file

@ -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 */) {