mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Resizable: Add missing var declaration to new _reset function/subroutine.
This commit is contained in:
parent
a78d5ee4c8
commit
aa416fcfd9
2
ui/jquery.ui.resizable.js
vendored
2
ui/jquery.ui.resizable.js
vendored
@ -589,7 +589,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
|
||||
stop: function (event, ui) {
|
||||
var self = $(this).data("resizable");
|
||||
|
||||
_reset = function (exp) {
|
||||
var _reset = function (exp) {
|
||||
$(exp).each(function() {
|
||||
var el = $(this);
|
||||
// reset position for Opera - no need to verify it was changed
|
||||
|
Loading…
Reference in New Issue
Block a user