]> 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>
Thu, 9 Jun 2016 21:29:41 +0000 (17:29 -0400)
Fixes #14788

(cherry picked from commit 7cc88bfe327ba826ffa5199c96c91178862b22f0)

ui/resizable.js

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