aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/button.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/button.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/button.js')
-rw-r--r--ui/widgets/button.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/button.js b/ui/widgets/button.js
index c7cbb4f04..398c4ef55 100644
--- a/ui/widgets/button.js
+++ b/ui/widgets/button.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.13.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -42,7 +42,7 @@
"use strict";
$.widget( "ui.button", {
- version: "@VERSION",
+ version: "1.13.1",
defaultElement: "<button>",
options: {
classes: {