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.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/ui.selectable.js b/ui/ui.selectable.js
index 6c20692e8..2a2583c0c 100644
--- a/ui/ui.selectable.js
+++ b/ui/ui.selectable.js
@@ -246,14 +246,6 @@ $.widget("ui.selectable", $.extend({}, $.ui.mouse, {
this.helper.remove();
return false;
- },
-
- toggle: function() {
- if(this.options.disabled){
- this.enable();
- } else {
- this.disable();
- }
}
}));