提交 7370f0a8 编写于 作者: S shimizu daisuke

Modified to initialize variables in _onDrop. so destory function does not work well.

上级 6952f3b5
......@@ -808,31 +808,34 @@
}
}
// Nulling
rootEl =
dragEl =
parentEl =
ghostEl =
nextEl =
cloneEl =
}
this._nulling();
},
scrollEl =
scrollParentEl =
_nulling: function() {
// Nulling
rootEl =
dragEl =
parentEl =
ghostEl =
nextEl =
cloneEl =
tapEvt =
touchEvt =
scrollEl =
scrollParentEl =
moved =
newIndex =
tapEvt =
touchEvt =
lastEl =
lastCSS =
moved =
newIndex =
activeGroup =
Sortable.active = null;
}
},
lastEl =
lastCSS =
activeGroup =
Sortable.active = null;
},
handleEvent: function (/**Event*/evt) {
var type = evt.type;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册