Resizable: Fix data reference for ui-resizable-alsoresize

Fixes #14788

(cherry picked from commit 7cc88bfe32)
This commit is contained in:
Scott González 2015-11-09 09:16:13 -05:00
parent f1df9a81c9
commit 228ca7250a

View File

@ -1024,7 +1024,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
},
stop: function() {
$(this).removeData("resizable-alsoresize");
$( this ).removeData( "ui-resizable-alsoresize" );
}
});