mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-13 08:13:13 +00:00
Update point.class.js
fix jsDoc
This commit is contained in:
parent
5346e1fd32
commit
8302b7032b
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@
|
|||
/**
|
||||
* Sets x/y of this point
|
||||
* @param {Number} x
|
||||
* @return {Number} y
|
||||
* @param {Number} y
|
||||
*/
|
||||
setXY: function (x, y) {
|
||||
this.x = x;
|
||||
|
|
|
|||
Loading…
Reference in a new issue