aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/resizable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/resizable.js b/ui/resizable.js
index 6c010783a..f56449b45 100644
--- a/ui/resizable.js
+++ b/ui/resizable.js
@@ -1024,7 +1024,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
},
stop: function() {
- $(this).removeData("resizable-alsoresize");
+ $( this ).removeData( "ui-resizable-alsoresize" );
}
});