]> source.dussan.org Git - jquery.git/commit
Data: Refactor to reduce size
authorRichard Gibson <richard.gibson@gmail.com>
Tue, 23 Jan 2024 03:13:23 +0000 (22:13 -0500)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 03:13:23 +0000 (22:13 -0500)
commit805cdb43fd02c3a5783c06b5ec2c9519be0682ab
treee5a914f0b1ddf5cd18e37d3310b1afe438bdd31a
parentaf79c99939628255f46f30bced000eba9aa6711f
Data: Refactor to reduce size

* Return the new value from `set(owner, key, value)`.
* Use `set(owner, key, value)` rather than `access(owner, key, value)`.

Close gh-5392
src/data/Data.js
src/effects.js
src/manipulation.js
src/manipulation/domManip.js
src/queue.js