From 42b1860ca77384542eea659afb9ce11f5b30700d Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 6 Jun 2008 19:27:43 +0000 Subject: [PATCH] datepicker: added depends list to header --- ui/source/ui.datepicker.js | 6 +++++- ui/source/ui.slider.js | 1 - 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) { -- 2.39.5