aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.resizable.js
diff options
context:
space:
mode:
authoreXtreme <jacek.jedrzejewski@gmail.com>2010-06-25 23:27:43 +0800
committerScott González <scott.gonzalez@gmail.com>2010-06-28 10:35:58 +0800
commit7d24c1a57ffcfa461dc48f6024b33e548179c491 (patch)
tree74cbad0b5934010f355f031c87918ca1c33d3598 /ui/jquery.ui.resizable.js
parent965dddd9818f7f24ec63666da356248a1c010636 (diff)
downloadjquery-ui-7d24c1a57ffcfa461dc48f6024b33e548179c491.tar.gz
jquery-ui-7d24c1a57ffcfa461dc48f6024b33e548179c491.zip
Resizable: Adding missing variable initialization. Fixes #5694 - Invalid reference in UI Resizable hack for Opera.
Diffstat (limited to 'ui/jquery.ui.resizable.js')
-rw-r--r--ui/jquery.ui.resizable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js
index 1f7215e2c..6179de03a 100644
--- a/ui/jquery.ui.resizable.js
+++ b/ui/jquery.ui.resizable.js
@@ -587,7 +587,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
},
stop: function (event, ui) {
- var self = $(this).data("resizable");
+ var self = $(this).data("resizable"), o = self.options;
var _reset = function (exp) {
$(exp).each(function() {