diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-02-06 11:40:53 -0500 |
---|---|---|
committer | Timmy Willison <timmywil@users.noreply.github.com> | 2024-02-06 11:40:53 -0500 |
commit | 49b55127e2bb6cf6fcfcc32cba8173ad4c1b6012 (patch) | |
tree | c36bcb54c6488eb1f5b51c21ace3f9bccc7f6616 /src | |
parent | b507c8648f701acd1c48b3c38054ad38d76fd1ca (diff) | |
download | jquery-4.0.0-beta.tar.gz jquery-4.0.0-beta.zip |
4.0.0-beta4.0.0-beta
Diffstat (limited to 'src')
-rw-r--r-- | src/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js index c79455507..e86dd28bf 100644 --- a/src/core.js +++ b/src/core.js @@ -13,7 +13,7 @@ import { support } from "./var/support.js"; import { isArrayLike } from "./core/isArrayLike.js"; import { DOMEval } from "./core/DOMEval.js"; -var version = "@VERSION", +var version = "4.0.0-beta", rhtmlSuffix = /HTML$/i, |