aboutsummaryrefslogtreecommitdiff
path: root/js/src/index.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-25 12:31:33 -0700
committerMark Otto <[email protected]>2017-10-25 12:31:33 -0700
commit59bf81f649c8cb171a9f9e052eb40032aecbcf11 (patch)
tree0190bde8182a0fe8c47dbc7645d744f0970ba675 /js/src/index.js
parent0c40a5bf67056780abbea77894542741f51e2968 (diff)
parent988327032d6b76fdb70075feb7254bcb053ec117 (diff)
downloadbootstrap-59bf81f649c8cb171a9f9e052eb40032aecbcf11.tar.xz
bootstrap-59bf81f649c8cb171a9f9e052eb40032aecbcf11.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'js/src/index.js')
-rw-r--r--js/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/index.js b/js/src/index.js
index f30b94c57..51d09b4e2 100644
--- a/js/src/index.js
+++ b/js/src/index.js
@@ -18,7 +18,7 @@ import Util from './util'
* --------------------------------------------------------------------------
*/
-(() => {
+(($) => {
if (typeof $ === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.')
}