Resizable: Add missing var declaration to new _reset function/subroutine.

This commit is contained in:
Kevin Dalman 2010-06-10 08:03:26 +08:00 committed by Scott González
parent a78d5ee4c8
commit aa416fcfd9

View File

@ -589,7 +589,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
stop: function (event, ui) { stop: function (event, ui) {
var self = $(this).data("resizable"); var self = $(this).data("resizable");
_reset = function (exp) { var _reset = function (exp) {
$(exp).each(function() { $(exp).each(function() {
var el = $(this); var el = $(this);
// reset position for Opera - no need to verify it was changed // reset position for Opera - no need to verify it was changed