From 21aad10e6aa68610feee69062a1cad750497c83f Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 13 Jul 2010 09:57:58 -0400 Subject: All: Define a local undefined variable inside the main closure. --- ui/jquery.ui.widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.widget.js') diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index 078213c7d..1629527cd 100644 --- a/ui/jquery.ui.widget.js +++ b/ui/jquery.ui.widget.js @@ -7,7 +7,7 @@ * * http://docs.jquery.com/UI/Widget */ -(function( $ ) { +(function( $, undefined ) { var _remove = $.fn.remove; -- cgit v1.2.3