Skip to content

Commit 74fd870

Browse files
committed
Datepicker: Updating comments. Plugin is no longer template based and has new depdencies.
1 parent d82f4f2 commit 74fd870

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

datepicker-rewrite/picker.js

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Experimental datepicker rewrite to evaluate jquery-tmpl.
1+
/*!
2+
* jQuery UI Datepicker @VERSION
3+
* http://jqueryui.com
34
*
4-
* Based on Marc Grabanski's https://github.com/1Marc/jquery-ui-datepicker-lite
5+
* Copyright 2013 jQuery Foundation and other contributors
6+
* Released under the MIT license.
7+
* http://jquery.org/license
8+
*
9+
* http://api.jqueryui.com/datepicker/
10+
*
11+
* Depends:
12+
* jquery.ui.core.js
13+
* jquery.ui.widget.js
14+
* jquery.ui.button.js
15+
* jquery.ui.position.js
516
*/
617
(function( $, undefined ) {
718

0 commit comments

Comments
 (0)