mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 05:27:59 -05:00
datepicker: added depends list to header
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -20,7 +20,6 @@ $.fn.unwrap = $.fn.unwrap || function(expr) {
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
$.widget("ui.slider", {
|
||||
plugins: {},
|
||||
ui: function(e) {
|
||||
|
||||
Reference in New Issue
Block a user