From af97d08c4fb508545e111efaf85362def1d7695c Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Wed, 2 Dec 2015 18:54:47 +0100 Subject: [PATCH] Date: Improve header data --- ui/date.js | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ui/date.js b/ui/date.js index 41effff2b..aea91c413 100644 --- a/ui/date.js +++ b/ui/date.js @@ -1,9 +1,17 @@ -/* - * Calendar math built on jquery-global +/*! + * jQuery UI Date @VERSION + * http://jqueryui.com * - * Based on Marc Grabanski's jQuery Date Plugin - * http://marcgrabanski.com/articles/jquery-date-plugin + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license */ + +//>>label: Date +//>>group: Core +//>>description: Calendar math built on Globalize. +//>>docs: http://api.jqueryui.com/date/ + ( function( factory ) { if ( typeof define === "function" && define.amd ) { -- 2.39.5