mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Resizable: Fix data reference for ui-resizable-alsoresize
Fixes #14788
(cherry picked from commit 7cc88bfe32
)
This commit is contained in:
parent
f1df9a81c9
commit
228ca7250a
@ -1024,7 +1024,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
|
||||
},
|
||||
|
||||
stop: function() {
|
||||
$(this).removeData("resizable-alsoresize");
|
||||
$( this ).removeData( "ui-resizable-alsoresize" );
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user