diff options
Diffstat (limited to 'ui/jquery.ui.datepicker.js')
-rw-r--r-- | ui/jquery.ui.datepicker.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" } }); |