aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/ui.resizable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/source/ui.resizable.js')
-rw-r--r--ui/source/ui.resizable.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/source/ui.resizable.js b/ui/source/ui.resizable.js
index 0bb7cf4bb..7e9ed4de0 100644
--- a/ui/source/ui.resizable.js
+++ b/ui/source/ui.resizable.js
@@ -248,14 +248,6 @@ $.widget("ui.resizable", $.extend($.ui.mouse, {
_destroy(wrapped);
}
},
- enable: function() {
- this.element.removeClass("ui-resizable-disabled");
- this.options.disabled = false;
- },
- disable: function() {
- this.element.addClass("ui-resizable-disabled");
- this.options.disabled = true;
- },
mouseStart: function(e) {
if(this.options.disabled) return false;