summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/grunt/configBridge.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/grunt/configBridge.json')
-rw-r--r--bower_components/bootstrap/grunt/configBridge.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/bower_components/bootstrap/grunt/configBridge.json b/bower_components/bootstrap/grunt/configBridge.json
index 84ff7187..78e7aae5 100644
--- a/bower_components/bootstrap/grunt/configBridge.json
+++ b/bower_components/bootstrap/grunt/configBridge.json
@@ -34,6 +34,7 @@
],
"jqueryVersionCheck": [
"+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')",