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-09-06 07:05:12 +0300
committerMark Otto <markdotto@gmail.com>2017-09-06 07:05:12 +0300
commitdf47558ef680adf6e80b5e8402837125c41210c0 (patch)
treefb9cb52d3ed467f73c16140254b18e9733e640ab /js/dist/index.js
parentfbd1f52f896c599211c24c5c86d04fbbb3e88165 (diff)
dist
Diffstat (limited to 'js/dist/index.js')
-rw-r--r--js/dist/index.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/js/dist/index.js b/js/dist/index.js
new file mode 100644
index 0000000000..21d9140092
--- /dev/null
+++ b/js/dist/index.js
@@ -0,0 +1,22 @@
+'use strict';
+
+/**
+ * --------------------------------------------------------------------------
+ * Bootstrap (v4.0.0-alpha.6): index.js
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * --------------------------------------------------------------------------
+ */
+
+(function () {
+ if (typeof jQuery === 'undefined') {
+ throw new Error('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.');
+ }
+
+ var version = $.fn.jquery.split(' ')[0].split('.');
+ var min = 3;
+ var max = 4;
+ 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