]> source.dussan.org Git - jquery.git/commit
Core: Simplify code post browser support reduction
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 19 Sep 2023 22:54:40 +0000 (00:54 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 19 Sep 2023 22:59:32 +0000 (00:59 +0200)
commit6fe88690a336a883ea310da76762e5a456dc487a
treea4f2cf0ce40bdd262aeb63f1701decb77370e70f
parenta7cc3a0f0418d168ff3818576161c5af24d0ca78
Core: Simplify code post browser support reduction

Summary of the changes:
* Tests: Remove legacy jQuery.cache & oldIE leftovers
* Tests: Reformat JavaScript in delegatetest.html
* Docs: "jQuery Foundation Projects" -> "jQuery Projects"
* Tests: Drop an unused localfile.html file (modern browsers don't support
  the `file:` protocol this way, there's no point in keeping the file around)
* Effects: Remove a redundant `!fn` check (`fn || !fn && easing` is equivalent
  to `fn || easing`; simplify the code)
* CSS: Explain the fallback to direct object access in curCSS better
* Tests: Deduplicate `jQuery.parseHTML` test titles
* Dimensions: Add a test for fractional values
* Tests: Fix a buggy WebKit regex

Closes gh-5296

(cherry picked from commit 93ca49e6d1ac23fee33b3bc3b7f4d93dd1a25cb7)
README.md
src/css/curCSS.js
src/effects.js
test/data/testinit.js
test/delegatetest.html
test/localfile.html [deleted file]
test/unit/core.js
test/unit/css.js
test/unit/dimensions.js
test/unit/wrap.js