aboutsummaryrefslogtreecommitdiffstats
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
parent50e2688fcd70647530adbd5b2a4d42ad62e5e079 (diff)
downloadjquery-ui-42b1860ca77384542eea659afb9ce11f5b30700d.tar.gz
jquery-ui-42b1860ca77384542eea659afb9ce11f5b30700d.zip
datepicker: added depends list to header
-rw-r--r--ui/source/ui.datepicker.js6
-rw-r--r--ui/source/ui.slider.js1
2 files changed, 5 insertions, 2 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.
diff --git a/ui/source/ui.slider.js b/ui/source/ui.slider.js
index d6efb9216..22db4675a 100644
--- a/ui/source/ui.slider.js
+++ b/ui/source/ui.slider.js
@@ -20,7 +20,6 @@ $.fn.unwrap = $.fn.unwrap || function(expr) {
});
};
-
$.widget("ui.slider", {
plugins: {},
ui: function(e) {