Skip to content

Commit 9fdf7a2

Browse files
committed
automatic grunt dist
1 parent 0dc8395 commit 9fdf7a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/js/bootstrap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if (typeof jQuery === 'undefined') {
99
}
1010

1111
+function ($) {
12+
'use strict';
1213
var version = $.fn.jquery.split(' ')[0].split('.')
1314
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1)) {
1415
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher')

0 commit comments

Comments
 (0)