mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Resizable: Adding missing variable initialization. Fixes #5694 - Invalid reference in UI Resizable hack for Opera.
This commit is contained in:
parent
965dddd981
commit
7d24c1a57f
2
ui/jquery.ui.resizable.js
vendored
2
ui/jquery.ui.resizable.js
vendored
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user