aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {