diff --git a/src/Node.js b/src/Node.js index b582f4a4..694d0b18 100644 --- a/src/Node.js +++ b/src/Node.js @@ -1117,7 +1117,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;