mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
Merge branch 'v4-dev' into custom-check-disabled
This commit is contained in:
commit
ec307bdf4b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const Util = (($) => {
|
|||
}
|
||||
|
||||
function transitionEndTest() {
|
||||
if (window.QUnit) {
|
||||
if (typeof window !== 'undefined' && window.QUnit) {
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue