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.datepicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.datepicker.js') diff --git a/ui/jquery.ui.datepicker.js b/ui/jquery.ui.datepicker.js index f7528a66a..d5cd857d7 100644 --- a/ui/jquery.ui.datepicker.js +++ b/ui/jquery.ui.datepicker.js @@ -10,7 +10,7 @@ * Depends: * jquery.ui.core.js */ -(function($) { // hide the namespace +(function( $, undefined ) { $.extend($.ui, { datepicker: { version: "@VERSION" } }); -- cgit v1.2.3