Skip to content

Commit

Permalink
Resizable: Adding missing variable initialization. Fixes #5694 - Inva…
Browse files Browse the repository at this point in the history
…lid reference in UI Resizable hack for Opera.
  • Loading branch information
eXtreme authored and scottgonzalez committed Jun 28, 2010
1 parent 965dddd commit 7d24c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.resizable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 7d24c1a

Please sign in to comment.