r3214 committed - resizable: make global _store variable local

r3214 committed - resizable: make global _store variable local


Revision: 3214
Author: joern.zaefferer
Date: Tue Sep 15 01:21:20 2009
Log: resizable: make global _store variable local
http://code.google.com/p/jquery-ui/source/detail?r=3214
Modified:
/trunk/ui/ui.resizable.js
=======================================
--- /trunk/ui/ui.resizable.js    Mon Aug 3 19:02:57 2009
+++ /trunk/ui/ui.resizable.js    Tue Sep 15 01:21:20 2009
@@ -531,7 +531,7 @@
        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),