Skip to content

Commit 7cc88bf

Browse files
committed
Resizable: Fix data reference for ui-resizable-alsoresize
Fixes #14788
1 parent 6a681c2 commit 7cc88bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/resizable.js

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

10341034
stop: function() {
1035-
$( this ).removeData( "resizable-alsoresize" );
1035+
$( this ).removeData( "ui-resizable-alsoresize" );
10361036
}
10371037
} );
10381038

0 commit comments

Comments
 (0)