Skip to content

Commit 228ca72

Browse files
committed
Resizable: Fix data reference for ui-resizable-alsoresize
Fixes #14788 (cherry picked from commit 7cc88bf)
1 parent f1df9a8 commit 228ca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/resizable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
10241024
},
10251025

10261026
stop: function() {
1027-
$(this).removeData("resizable-alsoresize");
1027+
$( this ).removeData( "ui-resizable-alsoresize" );
10281028
}
10291029
});
10301030

0 commit comments

Comments
 (0)