Merge pull request #1846 from asturur/fix-jsdoc

fix jsdoc of point
This commit is contained in:
Juriy Zaytsev 2014-11-22 14:24:41 +01:00
commit 6816fadd87

View file

@ -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;