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 0dc8395 commit 9fdf7a2Copy full SHA for 9fdf7a2
dist/js/bootstrap.js
@@ -9,6 +9,7 @@ if (typeof jQuery === 'undefined') {
9
}
10
11
+function ($) {
12
+ 'use strict';
13
var version = $.fn.jquery.split(' ')[0].split('.')
14
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1)) {
15
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher')
0 commit comments