Skip to content

Commit aa416fc

Browse files
allproscottgonzalez
authored andcommitted
Resizable: Add missing var declaration to new _reset function/subroutine.
1 parent a78d5ee commit aa416fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.resizable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
589589
stop: function (event, ui) {
590590
var self = $(this).data("resizable");
591591

592-
_reset = function (exp) {
592+
var _reset = function (exp) {
593593
$(exp).each(function() {
594594
var el = $(this);
595595
// reset position for Opera - no need to verify it was changed

0 commit comments

Comments
 (0)