diff options
| author | XhmikosR <[email protected]> | 2016-06-29 09:27:31 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-06-29 09:27:31 +0300 |
| commit | c7fae07fbcdf2d1963c2d0bdc59a690ecde07462 (patch) | |
| tree | 2a6e194ecfbf79c2a02dc59c4f3e104ddb1dcfa3 /docs/dist/js/bootstrap.js | |
| parent | ed3ba4742506a7164caddbcdcfc58aba25277b4d (diff) | |
| parent | e83b742c1181fc4545538acc47746139d9836677 (diff) | |
| download | bootstrap-c7fae07fbcdf2d1963c2d0bdc59a690ecde07462.tar.xz bootstrap-c7fae07fbcdf2d1963c2d0bdc59a690ecde07462.zip | |
Merge pull request #20201 from twbs/v4-dev-xmr-deps
Update dependencies.
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index ae6e2a7e2..24e31ae00 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -10,8 +10,8 @@ if (typeof jQuery === 'undefined') { +function ($) { var version = $.fn.jquery.split(' ')[0].split('.') - if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] >= 3)) { - throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v3.0.0') + if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] >= 4)) { + throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0') } }(jQuery); |
