Skip to content

Commit 7d24c1a

Browse files
eXtremescottgonzalez
authored andcommitted
Resizable: Adding missing variable initialization. Fixes #5694 - Invalid reference in UI Resizable hack for Opera.
1 parent 965dddd commit 7d24c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.resizable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
587587
},
588588

589589
stop: function (event, ui) {
590-
var self = $(this).data("resizable");
590+
var self = $(this).data("resizable"), o = self.options;
591591

592592
var _reset = function (exp) {
593593
$(exp).each(function() {

0 commit comments

Comments
 (0)