aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effect.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-08-05 20:50:53 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-08-05 20:50:53 +0200
commit501c3476fb387fb5827070f76f6f7e6be4b8ffb0 (patch)
tree512c502dac7f666a1a7ddd7acaeae76593ab52c1 /ui/effect.js
parent2fb378e86094a3afc2436a536371a33697277e2b (diff)
downloadjquery-ui-501c3476fb387fb5827070f76f6f7e6be4b8ffb0.tar.gz
jquery-ui-501c3476fb387fb5827070f76f6f7e6be4b8ffb0.zip
1.14.01.14.0
Diffstat (limited to 'ui/effect.js')
-rw-r--r--ui/effect.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/effect.js b/ui/effect.js
index bbbb733c3..647234122 100644
--- a/ui/effect.js
+++ b/ui/effect.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects @VERSION
+ * jQuery UI Effects 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -381,7 +381,7 @@ if ( $.uiBackCompat === true ) {
}
$.extend( $.effects, {
- version: "@VERSION",
+ version: "1.14.0",
define: function( name, mode, effect ) {
if ( !effect ) {