Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-10-25 22:31:55 +0300
committerMark Otto <markdotto@gmail.com>2017-10-25 22:31:55 +0300
commit8c587d42805af03f2d543ae93cfe05c739feb728 (patch)
treef3c89c4a6b4ddedaab527961610fcfbaa042ff62 /js/dist/index.js
parent59bf81f649c8cb171a9f9e052eb40032aecbcf11 (diff)
dist
Diffstat (limited to 'js/dist/index.js')
-rw-r--r--js/dist/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/index.js b/js/dist/index.js
index e68e95240c..4017b0e450 100644
--- a/js/dist/index.js
+++ b/js/dist/index.js
@@ -4,7 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
-(function () {
+(function ($) {
if (typeof $ === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.');
}