From 2ea46ae1afaa777aa129c1a06e8ea0152fa616be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 29 Jan 2015 13:41:50 -0500 Subject: [PATCH] Calendar: Add build metadata --- ui/calendar.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ui/calendar.js b/ui/calendar.js index d7a89746c..44d07a285 100644 --- a/ui/calendar.js +++ b/ui/calendar.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/calendar/ */ + +//>>label: Datepicker +//>>group: Widgets +//>>description: Displays a calendar for inline date selection. +//>>docs: http://api.jqueryui.com/calendar/ +//>>demos: http://jqueryui.com/calendar/ + (function( factory ) { if ( typeof define === "function" && define.amd ) {