aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/datepicker.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2022-01-20 13:59:41 +0100
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2022-01-20 13:59:41 +0100
commit8001b74a66c589c96b3eaaae6c80db600adc085a (patch)
tree186303ff5ae1bddba661f46b98a93118ab54d8be /ui/widgets/datepicker.js
parentd2779bde26d20dd0e530f480f7d0fccdc51f6b0b (diff)
downloadjquery-ui-1.13.1.tar.gz
jquery-ui-1.13.1.zip
1.13.11.13.1
Diffstat (limited to 'ui/widgets/datepicker.js')
-rw-r--r--ui/widgets/datepicker.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js
index 9ca29a0db..ea8d1447c 100644
--- a/ui/widgets/datepicker.js
+++ b/ui/widgets/datepicker.js
@@ -1,6 +1,6 @@
/* eslint-disable max-len, camelcase */
/*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.13.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -36,7 +36,7 @@
} )( function( $ ) {
"use strict";
-$.extend( $.ui, { datepicker: { version: "@VERSION" } } );
+$.extend( $.ui, { datepicker: { version: "1.13.1" } } );
var datepicker_instActive;
@@ -2233,7 +2233,7 @@ $.fn.datepicker = function( options ) {
$.datepicker = new Datepicker(); // singleton instance
$.datepicker.initialized = false;
$.datepicker.uuid = new Date().getTime();
-$.datepicker.version = "@VERSION";
+$.datepicker.version = "1.13.1";
return $.datepicker;