diff options
| author | XhmikosR <[email protected]> | 2016-03-11 10:58:57 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-11 10:58:57 +0200 |
| commit | 2744e4042f2e5af79412c1992bde806c68b6cb8a (patch) | |
| tree | 976f94a4a43790cd91f9071e1757e168a997a7c9 /docs/dist | |
| parent | 0119e334a1c2e5771b6eed06e0c6305adb4bbd81 (diff) | |
| parent | cf566a80417c29167a6922d9909d31480ff444ad (diff) | |
| download | bootstrap-2744e4042f2e5af79412c1992bde806c68b6cb8a.tar.xz bootstrap-2744e4042f2e5af79412c1992bde806c68b6cb8a.zip | |
Merge pull request #19378 from twbs/v3-deps
Update devDependencies
Diffstat (limited to 'docs/dist')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 7348b5361..78bb6b0d6 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -543,6 +543,7 @@ if (typeof jQuery === 'undefined') { * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * ======================================================================== */ +/* jshint latedef: false */ +function ($) { 'use strict'; |
