aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/ui.selectable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/source/ui.selectable.js')
-rw-r--r--ui/source/ui.selectable.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/source/ui.selectable.js b/ui/source/ui.selectable.js
index 5e1683ca7..72ff9d1f2 100644
--- a/ui/source/ui.selectable.js
+++ b/ui/source/ui.selectable.js
@@ -65,14 +65,6 @@ $.widget("ui.selectable", $.extend($.ui.mouse, {
.unbind(".selectable");
this.mouseDestroy();
},
- enable: function() {
- this.element.removeClass("ui-selectable-disabled");
- this.options.disabled = false;
- },
- disable: function() {
- this.element.addClass("ui-selectable-disabled");
- this.options.disabled = true;
- },
mouseStart: function(e) {
var self = this;