Sha256: 8781d4fdf44dcb7b49b1f0e68f98a54713f93eef0ed1dc634c1bda1271575863

Contents?: true

Size: 913 Bytes

Versions: 16

Compression:

Stored size: 913 Bytes

Contents

/**
 * --------------------------------------------------------------------------
 * Bootstrap (v4.2.1): index.js
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * --------------------------------------------------------------------------
 */
(function ($) {
  if (typeof $ === 'undefined') {
    throw new TypeError('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.');
  }

  var version = $.fn.jquery.split(' ')[0].split('.');
  var minMajor = 1;
  var ltMajor = 2;
  var minMinor = 9;
  var minPatch = 1;
  var maxMajor = 4;

  if (version[0] < ltMajor && version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) {
    throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0');
  }
})($);
//# sourceMappingURL=index.js.map

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
vertx-howtos-jekyll-theme-0.4.5 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.4.4 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.4.3 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.4.2 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.4.1 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.4.0 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.3.2 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.3.1 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.3.0 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.2.1 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.2.0 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.1.4 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.1.3 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.1.2 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.1.1 _sass/bootstrap/js/dist/index.js
vertx-howtos-jekyll-theme-0.1.0 _sass/bootstrap/js/dist/index.js