diff options
| author | Mark Otto <[email protected]> | 2015-01-19 14:55:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 14:55:25 -0800 |
| commit | faedb7fec47388a02e7eb4afa0e7140bb76aa6be (patch) | |
| tree | fa8efc148d101a9ac00a340d28d959d8c279b632 /dist/js/bootstrap.js | |
| parent | 7440c38469fbd4a59e61a535e3010c16baf177e7 (diff) | |
| download | bootstrap-faedb7fec47388a02e7eb4afa0e7140bb76aa6be.tar.xz bootstrap-faedb7fec47388a02e7eb4afa0e7140bb76aa6be.zip | |
grunt
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index ce731cfd4..584fe3ba2 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1,5 +1,5 @@ /*! - * Bootstrap v3.3.2 (http://getbootstrap.com) + * Bootstrap v4.0.0-alpha (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @@ -9,7 +9,6 @@ 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') |
