]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
JS: minor refactoring (#35183)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 13 Oct 2021 12:19:28 +0000 (15:19 +0300)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 12:19:28 +0000 (15:19 +0300)
commite8f702666f285a3e69866ed1f8d29fa6eaaaeabb
tree944b2dc894f49f8278d41d096e4388e9ac83157b
parentdb44392bda22f3d5319d2880c992f76d27d2a60c
JS: minor refactoring (#35183)

* add missing comments
* shorten block comments
* reorder constants
* reorder public/private methods
* sort exports alphabetically in util/index.js
* fix a couple of typos
21 files changed:
js/src/alert.js
js/src/base-component.js
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dom/data.js
js/src/dom/event-handler.js
js/src/dom/selector-engine.js
js/src/dropdown.js
js/src/modal.js
js/src/offcanvas.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/toast.js
js/src/tooltip.js
js/src/util/backdrop.js
js/src/util/focustrap.js
js/src/util/index.js
js/src/util/scrollbar.js
js/src/util/swipe.js