aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/ui.sortable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/source/ui.sortable.js')
-rw-r--r--ui/source/ui.sortable.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/source/ui.sortable.js b/ui/source/ui.sortable.js
index f5867aec5..847a054bf 100644
--- a/ui/source/ui.sortable.js
+++ b/ui/source/ui.sortable.js
@@ -86,14 +86,6 @@ $.widget("ui.sortable", $.extend($.ui.mouse, {
items.each(function() { ret.push($(this).attr(attr || 'id')); });
return ret;
},
- enable: function() {
- this.element.removeClass("ui-sortable-disabled");
- this.options.disabled = false;
- },
- disable: function() {
- this.element.addClass("ui-sortable-disabled");
- this.options.disabled = true;
- },
/* Be careful with the following core functions */
intersectsWith: function(item) {