more tweaks

This commit is contained in:
Eric Rowell
2013-12-04 08:56:21 -08:00
parent c98a9d76a9
commit 5d5a378375
3 changed files with 30 additions and 33 deletions

View File

@@ -88,6 +88,7 @@
constructor.prototype[method] = function(val) {
this[setX](val.x);
this[setY](val.y);
return this;
};
},