We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d786b commit 0dc8395Copy full SHA for 0dc8395
grunt/configBridge.json
@@ -34,6 +34,7 @@
34
],
35
"jqueryVersionCheck": [
36
"+function ($) {",
37
+ " 'use strict';",
38
" var version = $.fn.jquery.split(' ')[0].split('.')",
39
" if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1)) {",
40
" throw new Error('Bootstrap\\'s JavaScript requires jQuery version 1.9.1 or higher')",
0 commit comments