diff options
Diffstat (limited to 'ui/datepicker.js')
-rw-r--r-- | ui/datepicker.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/datepicker.js b/ui/datepicker.js index 34ffc578e..4614afd47 100644 --- a/ui/datepicker.js +++ b/ui/datepicker.js @@ -5,9 +5,14 @@ * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/datepicker/ */ + +//>>label: Datepicker +//>>group: Widgets +//>>description: Displays a calendar from an input or inline for selecting dates. +//>>docs: http://api.jqueryui.com/datepicker/ +//>>demos: http://jqueryui.com/datepicker/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |