Update point.class.js

fix jsDoc
This commit is contained in:
Andrea Bogazzi 2014-11-22 14:20:52 +01:00
parent 5346e1fd32
commit 8302b7032b

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;