提交 3f082c6b 编写于 作者: C Catouse

* refactor codes.

上级 ce47e798
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
if(mouseButton > -1 && event.button !== mouseButton) { if(mouseButton > -1 && event.button !== mouseButton) {
return; return;
} }
var $mouseDownEle = $(this); var $mouseDownEle = $(this);
if(selector) { if(selector) {
$ele = handle ? $mouseDownEle.closest(selector) : $mouseDownEle; $ele = handle ? $mouseDownEle.closest(selector) : $mouseDownEle;
...@@ -325,4 +325,3 @@ ...@@ -325,4 +325,3 @@
$.fn.droppable.Constructor = Droppable; $.fn.droppable.Constructor = Droppable;
}(jQuery, document, Math)); }(jQuery, document, Math));
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册