Resizable: Adding missing variable initialization. Fixes #5694 - Invalid reference in UI Resizable hack for Opera.

This commit is contained in:
eXtreme 2010-06-25 23:27:43 +08:00 committed by Scott González
parent 965dddd981
commit 7d24c1a57f

View File

@ -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() {