We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82f4f2 commit 74fd870Copy full SHA for 74fd870
datepicker-rewrite/picker.js
@@ -1,7 +1,18 @@
1
-/*
2
- * Experimental datepicker rewrite to evaluate jquery-tmpl.
+/*!
+ * jQuery UI Datepicker @VERSION
3
+ * http://jqueryui.com
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
16
*/
17
(function( $, undefined ) {
18
0 commit comments