diff options
Diffstat (limited to 'ui/source/ui.datepicker.js')
-rw-r--r-- | ui/source/ui.datepicker.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/source/ui.datepicker.js b/ui/source/ui.datepicker.js index b0fc82cb2..cb3b4a769 100644 --- a/ui/source/ui.datepicker.js +++ b/ui/source/ui.datepicker.js @@ -6,10 +6,14 @@ * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Datepicker + * + * Depends: + * ui.core.js + * * Marc Grabanski (m@marcgrabanski.com) and Keith Wood (kbwood@virginbroadband.com.au). */ -;(function($) { // hide the namespace +(function($) { // hide the namespace /* Date picker manager. Use the singleton instance of this class, $.datepicker, to interact with the date picker. |