]> source.dussan.org Git - jquery-ui.git/commitdiff
resizable: make global _store variable local
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 15 Sep 2009 08:21:20 +0000 (08:21 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 15 Sep 2009 08:21:20 +0000 (08:21 +0000)
ui/ui.resizable.js

index c9ab4c8a9db48dbcba0433ca8d0de35d49252829..a6fe65fffa24316aa9f2d7b031319e55f032968b 100644 (file)
@@ -531,7 +531,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
 
                var self = $(this).data("resizable"), o = self.options;
 
-               _store = function(exp) {
+               var _store = function(exp) {
                        $(exp).each(function() {
                                $(this).data("resizable-alsoresize", {
                                        width: parseInt($(this).width(), 10), height: parseInt($(this).height(), 10),