]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Disable jQuery event aliases when running test suite 16012/head
authorChris Rebert <code@rebertia.com>
Fri, 6 Mar 2015 12:34:28 +0000 (04:34 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 9 Mar 2015 08:05:43 +0000 (01:05 -0700)
commit725c6848c362f90bbdb931dcea70d40a1753d768
tree9e17ecd543ff3cc5f1e3a7c7d30c9cf4faf49888
parent21d56378e1f7ec1cd24ffefcad32357267930c74
Disable jQuery event aliases when running test suite

To ensure that we don't accidentally use any of the aliases.
This should prevent any future regressions from #12761.
Also updates the test suite since it now can't use these aliases either.
js/tests/index.html
js/tests/unit/alert.js
js/tests/unit/button.js
js/tests/unit/carousel.js
js/tests/unit/collapse.js
js/tests/unit/dropdown.js
js/tests/unit/modal.js
js/tests/unit/popover.js
js/tests/unit/tab.js
js/tests/unit/tooltip.js