aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.resizable.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2009-09-15 08:21:20 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2009-09-15 08:21:20 +0000
commit1252150c766c7f512f2c55f57908cd610445c81e (patch)
tree33bff4fe55ca5c34cedcdeb8bac78c97b089bbe0 /ui/ui.resizable.js
parente6efe11ac4bcebd3d8eb8d1ce688a468e3dfcd30 (diff)
downloadjquery-ui-1252150c766c7f512f2c55f57908cd610445c81e.tar.gz
jquery-ui-1252150c766c7f512f2c55f57908cd610445c81e.zip
resizable: make global _store variable local
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r--ui/ui.resizable.js2
1 files changed, 1 insertions, 1 deletions
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),