Skip to content

Commit 2ea46ae

Browse files
committed
Calendar: Add build metadata
1 parent c1b6891 commit 2ea46ae

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ui/calendar.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
* Copyright 2014 jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
8-
*
9-
* http://api.jqueryui.com/calendar/
108
*/
9+
10+
//>>label: Datepicker
11+
//>>group: Widgets
12+
//>>description: Displays a calendar for inline date selection.
13+
//>>docs: http://api.jqueryui.com/calendar/
14+
//>>demos: http://jqueryui.com/calendar/
15+
1116
(function( factory ) {
1217
if ( typeof define === "function" && define.amd ) {
1318

0 commit comments

Comments
 (0)