mirror of
https://github.com/konvajs/konva.git
synced 2026-01-18 19:51:21 +08:00
Fixed Issue #572 (and other js hint warnings)
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
};
|
||||
|
||||
Kinetic.Node.prototype._setDragPosition = function(evt) {
|
||||
var dd = Kinetic.DD
|
||||
var dd = Kinetic.DD,
|
||||
pos = this.getStage().getPointerPosition(),
|
||||
dbf = this.getDragBoundFunc(),
|
||||
newNodePos = {
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
off: function(evtStr) {
|
||||
var events = evtStr.split(SPACE),
|
||||
len = events.length,
|
||||
n, i, event, parts, baseEvent, name;
|
||||
n, i, t, event, parts, baseEvent, name;
|
||||
|
||||
for(n = 0; n < len; n++) {
|
||||
event = events[n];
|
||||
|
||||
Reference in New Issue
Block a user