]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Refactor components to use a utility function to define jQuery plugins (#32285)
authoralpadev <2838324+alpadev@users.noreply.github.com>
Tue, 8 Dec 2020 06:16:50 +0000 (07:16 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 06:16:50 +0000 (08:16 +0200)
commit85208ae5570aeefe4e94c1ceb29ca3b6ffdf83a1
treeaa53633a26516f28ea292749f2389c1708ce2c44
parent07b60d2c3e0744d1a3182228caa0eec42a8328b1
Refactor components to use a utility function to define jQuery plugins (#32285)

* refactor: use an utility function to define jQuery plugins

* test: add spec for defineJQueryPlugin utility function

* Update .bundlewatch.config.json

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
14 files changed:
.bundlewatch.config.json
js/src/alert.js
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dropdown.js
js/src/modal.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/toast.js
js/src/tooltip.js
js/src/util/index.js
js/tests/unit/util/index.spec.js