mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
automatic grunt dist
This commit is contained in:
parent
0dc8395590
commit
9fdf7a26e1
2 changed files with 2 additions and 1 deletions
1
dist/js/bootstrap.js
vendored
1
dist/js/bootstrap.js
vendored
|
|
@ -9,6 +9,7 @@ if (typeof jQuery === 'undefined') {
|
|||
}
|
||||
|
||||
+function ($) {
|
||||
'use strict';
|
||||
var version = $.fn.jquery.split(' ')[0].split('.')
|
||||
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1)) {
|
||||
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher')
|
||||
|
|
|
|||
2
dist/js/bootstrap.min.js
vendored
2
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue