]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix `this` reference for JavaScript functions (#38725)
authorNathan Sarang-Walters <nwalters512@gmail.com>
Fri, 19 Jul 2024 05:05:21 +0000 (22:05 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 05:05:21 +0000 (07:05 +0200)
commit16d80a4ff7b42da57215783cc8ff85d6f0627630
tree25ea9aacd094d819c355ab2efe8cef6dd70a2440
parent74891cb3a601a2da9bd83c905c8a0166ad79d810
Fix `this` reference for JavaScript functions (#38725)
js/src/dropdown.js
js/src/tooltip.js
js/src/util/index.js
js/src/util/template-factory.js
js/tests/unit/dropdown.spec.js
js/tests/unit/popover.spec.js
js/tests/unit/tooltip.spec.js
js/tests/unit/util/index.spec.js