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-16 01:51:44 +0300
committerMark Otto <markdotto@gmail.com>2017-10-16 01:51:44 +0300
commit7ce2b03b1a6a773a2f9f2a0f36832d8cb9b30b79 (patch)
tree6ad4504f7167b309dc0bb1558270fc615abea1eb /js/dist/index.js
parent3ccb7ef16ad2fa858c767128a5414a0b1bd7fa30 (diff)
dist
Diffstat (limited to 'js/dist/index.js')
-rw-r--r--js/dist/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/index.js b/js/dist/index.js
index 53eb405926..36d3507e7d 100644
--- a/js/dist/index.js
+++ b/js/dist/index.js
@@ -5,7 +5,7 @@
* --------------------------------------------------------------------------
*/
(function () {
- if (typeof jQuery === 'undefined') {
+ if (typeof $ === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.');
}
@@ -16,5 +16,5 @@
if (version[0] < min || version[0] >= max) {
throw new Error('Bootstrap\'s JavaScript requires at least jQuery v3.0.0 but less than v4.0.0');
}
-})(jQuery);
+})($);
//# sourceMappingURL=index.js.map \ No newline at end of file