aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.selectable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.selectable.js')
-rw-r--r--ui/ui.selectable.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ui.selectable.js b/ui/ui.selectable.js
index 49cdd805f..93d0c8ca8 100644
--- a/ui/ui.selectable.js
+++ b/ui/ui.selectable.js
@@ -59,6 +59,8 @@ $.widget("ui.selectable", $.extend({}, $.ui.mouse, {
.removeData("selectable")
.unbind(".selectable");
this._mouseDestroy();
+
+ return this;
},
_mouseStart: function(event) {