summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/grunt/configBridge.json
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-11-24 18:28:55 -0500
committerThomas Park <thomas@thomaspark.co>2015-11-24 18:28:55 -0500
commit3111a85f81a3fb53c7e1259d4a7d298b58d5ccfc (patch)
tree693196431854c805677a065c4e8f31abc7f19c19 /bower_components/bootstrap/grunt/configBridge.json
parentffda96bcf751dee3c70d66507de349bdb2220224 (diff)
update bootstrap to 3.3.6
Diffstat (limited to 'bower_components/bootstrap/grunt/configBridge.json')
-rw-r--r--bower_components/bootstrap/grunt/configBridge.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/bootstrap/grunt/configBridge.json b/bower_components/bootstrap/grunt/configBridge.json
index 8ce4c3d9..94a8cbaf 100644
--- a/bower_components/bootstrap/grunt/configBridge.json
+++ b/bower_components/bootstrap/grunt/configBridge.json
@@ -37,10 +37,10 @@
"+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')",
+ " if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 2)) {",
+ " throw new Error('Bootstrap\\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3')",
" }",
"}(jQuery);\n\n"
]
}
-} \ No newline at end of file
+}