diff options
-rw-r--r-- | ui/widgets/resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js index da704de4b..88ad41180 100644 --- a/ui/widgets/resizable.js +++ b/ui/widgets/resizable.js @@ -1032,7 +1032,7 @@ $.ui.plugin.add( "resizable", "alsoResize", { }, stop: function() { - $( this ).removeData( "resizable-alsoresize" ); + $( this ).removeData( "ui-resizable-alsoresize" ); } } ); |