aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/ui.datepicker.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-06 19:27:43 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-06 19:27:43 +0000
commit42b1860ca77384542eea659afb9ce11f5b30700d (patch)
tree5c6470ec396eda1ef381eb7b455ab0ce451c0b52 /ui/source/ui.datepicker.js
parent50e2688fcd70647530adbd5b2a4d42ad62e5e079 (diff)
downloadjquery-ui-42b1860ca77384542eea659afb9ce11f5b30700d.tar.gz
jquery-ui-42b1860ca77384542eea659afb9ce11f5b30700d.zip
datepicker: added depends list to header
Diffstat (limited to 'ui/source/ui.datepicker.js')
-rw-r--r--ui/source/ui.datepicker.js6
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.