]> source.dussan.org Git - jquery-ui.git/commitdiff
Resizable: Fix data reference for `ui-resizable-alsoresize`
authorScott González <scott.gonzalez@gmail.com>
Mon, 9 Nov 2015 14:16:13 +0000 (09:16 -0500)
committerScott González <scott.gonzalez@gmail.com>
Mon, 9 Nov 2015 14:16:13 +0000 (09:16 -0500)
Fixes #14788

ui/widgets/resizable.js

index da704de4b7628cd39b0e9c978c7f11534dc4a9f4..88ad41180643b64d82d58e25e17a7e14f480bb9c 100644 (file)
@@ -1032,7 +1032,7 @@ $.ui.plugin.add( "resizable", "alsoResize", {
        },
 
        stop: function() {
-               $( this ).removeData( "resizable-alsoresize" );
+               $( this ).removeData( "ui-resizable-alsoresize" );
        }
 } );