aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/ui.droppable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/source/ui.droppable.js')
-rw-r--r--ui/source/ui.droppable.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/source/ui.droppable.js b/ui/source/ui.droppable.js
index f2ef209da..6d98183d0 100644
--- a/ui/source/ui.droppable.js
+++ b/ui/source/ui.droppable.js
@@ -59,14 +59,6 @@ $.widget("ui.droppable", {
.removeData("droppable")
.unbind(".droppable");
},
- enable: function() {
- this.element.removeClass("ui-droppable-disabled");
- this.options.disabled = false;
- },
- disable: function() {
- this.element.addClass("ui-droppable-disabled");
- this.options.disabled = true;
- },
over: function(e) {
var draggable = $.ui.ddmanager.current;