mirror of
https://github.com/konvajs/konva.git
synced 2025-07-16 04:38:31 +08:00
Merge branch 'master' of github.com:ericdrowell/KineticJS
This commit is contained in:
commit
d6a836ba5c
@ -1154,7 +1154,7 @@
|
|||||||
|
|
||||||
constructor.prototype[baseMethod] = function() {
|
constructor.prototype[baseMethod] = function() {
|
||||||
var pos = Kinetic.Util._getXY([].slice.call(arguments)),
|
var pos = Kinetic.Util._getXY([].slice.call(arguments)),
|
||||||
oldVal = this.attrs[attr];
|
oldVal = this.attrs[attr],
|
||||||
x = 0,
|
x = 0,
|
||||||
y = 0;
|
y = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user