0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Merge branch 'v4-dev' into custom-check-disabled

This commit is contained in:
Gijs Boddeus 2018-01-10 21:49:10 +01:00 committed by GitHub
commit ec307bdf4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ const Util = (($) => {
}
function transitionEndTest() {
if (window.QUnit) {
if (typeof window !== 'undefined' && window.QUnit) {
return false
}