datepicker: added depends list to header

This commit is contained in:
Richard Worth
2008-06-06 19:27:43 +00:00
parent 50e2688fcd
commit 42b1860ca7
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -20,7 +20,6 @@ $.fn.unwrap = $.fn.unwrap || function(expr) {
});
};
$.widget("ui.slider", {
plugins: {},
ui: function(e) {