]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
fix: remove make array util function (#30430)
authorJohann-S <johann.servoire@gmail.com>
Wed, 25 Mar 2020 14:35:02 +0000 (15:35 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 14:35:02 +0000 (16:35 +0200)
commit26d86fce2a10f5c9e295b0acf5e6381ff21368b4
tree63ed06cb159ad7b625aa6b4c8d7460a1a269db43
parent98c45986962f8ab16bc630722e96dbfb048079b3
fix: remove make array util function (#30430)
17 files changed:
js/src/carousel.js
js/src/collapse.js
js/src/dom/selector-engine.js
js/src/dropdown.js
js/src/modal.js
js/src/scrollspy.js
js/src/tab.js
js/src/tooltip.js
js/src/util/index.js
js/src/util/sanitizer.js
js/tests/unit/alert.spec.js
js/tests/unit/collapse.spec.js
js/tests/unit/dom/selector-engine.spec.js
js/tests/unit/modal.spec.js
js/tests/unit/popover.spec.js
js/tests/unit/tooltip.spec.js
js/tests/unit/util/index.spec.js