Merge branch 'master' of github.com:ericdrowell/KineticJS

This commit is contained in:
Eric Rowell 2013-05-17 10:52:13 -07:00
commit d6a836ba5c

View File

@ -1154,7 +1154,7 @@
constructor.prototype[baseMethod] = function() {
var pos = Kinetic.Util._getXY([].slice.call(arguments)),
oldVal = this.attrs[attr];
oldVal = this.attrs[attr],
x = 0,
y = 0;