From aa416fcfd9ba49ef2d8426ccc5a002388d390574 Mon Sep 17 00:00:00 2001 From: Kevin Dalman Date: Thu, 10 Jun 2010 08:03:26 +0800 Subject: [PATCH] Resizable: Add missing var declaration to new _reset function/subroutine. --- ui/jquery.ui.resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index 2b3a87e85..1f7215e2c 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -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