From 1252150c766c7f512f2c55f57908cd610445c81e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Tue, 15 Sep 2009 08:21:20 +0000 Subject: [PATCH] resizable: make global _store variable local --- ui/ui.resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js index c9ab4c8a9..a6fe65fff 100644 --- a/ui/ui.resizable.js +++ b/ui/ui.resizable.js @@ -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), -- 2.39.5