Sha256: 59a60e45b931e6cc3754a3052cd1a7cd65413ca93a45b3233ad71234a57b5383

Contents?: true

Size: 913 Bytes

Versions: 39

Compression:

Stored size: 913 Bytes

Contents

/**
 * --------------------------------------------------------------------------
 * Bootstrap (v4.1.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

39 entries across 39 versions & 3 rubygems

Version Path
card-mod-bootstrap-0.14.2 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.14.1 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.14.0 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.13.4 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.13.3 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.13.2 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.13.1 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.13.0 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.11.7 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.12.0 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.11.6 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.11.5 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.11.4 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.11.3 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.11.2 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.11.1 vendor/bootstrap/js/dist/index.js
card-mod-bootstrap-0.11.0 vendor/bootstrap/js/dist/index.js
card-1.100.0 mod/bootstrap/vendor/bootstrap/js/dist/index.js
card-1.99.6 mod/bootstrap/vendor/bootstrap/js/dist/index.js
card-1.99.5 mod/bootstrap/vendor/bootstrap/js/dist/index.js