diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-01-13 20:31:25 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-01-13 20:31:25 +0000 |
| commit | 9fdf7a26e12f17282f565bc18ca16be2ad865153 (patch) | |
| tree | aea2a0c34d14e149af6619a5558934c986c08848 /dist/js/bootstrap.js | |
| parent | 0dc83955903eafb6589447c2025d05d841f09d57 (diff) | |
| download | bootstrap-9fdf7a26e12f17282f565bc18ca16be2ad865153.tar.xz bootstrap-9fdf7a26e12f17282f565bc18ca16be2ad865153.zip | |
automatic grunt dist
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 42e92bf5a..ab0ae1e5b 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -9,6 +9,7 @@ if (typeof jQuery === 'undefined') { } +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') |
