aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effect.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-09-02 17:20:30 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-09-02 17:20:30 +0200
commit9851f1bc37dd24c44231da6c6cfef109d8e6ee18 (patch)
tree2f306d7fd54fb6578b753ed016758d683026dd4c /ui/effect.js
parenteda9f3b0d6676df900764da11124d688dec0b007 (diff)
downloadjquery-ui-1.13.0-rc.1.tar.gz
jquery-ui-1.13.0-rc.1.zip
1.13.0-rc.11.13.0-rc.1
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 e2a072d96..2d46c67e3 100644
--- a/ui/effect.js
+++ b/ui/effect.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects @VERSION
+ * jQuery UI Effects 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -405,7 +405,7 @@ if ( $.uiBackCompat !== false ) {
}
$.extend( $.effects, {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
define: function( name, mode, effect ) {
if ( !effect ) {