From: Jörn Zaefferer Date: Tue, 15 Sep 2009 08:21:20 +0000 (+0000) Subject: resizable: make global _store variable local X-Git-Tag: 1.8a2~107 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1252150c766c7f512f2c55f57908cd610445c81e;p=jquery-ui.git resizable: make global _store variable local --- 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),