This commit is contained in:
Mark Otto 2017-10-25 12:31:55 -07:00
parent 59bf81f649
commit 8c587d4280
32 changed files with 814 additions and 820 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

2
js/dist/alert.js vendored
View file

@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Alert = function () {
var Alert = function ($) {
/**
* ------------------------------------------------------------------------
* Constants

BIN
js/dist/alert.js.map vendored

Binary file not shown.

2
js/dist/button.js vendored
View file

@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Button = function () {
var Button = function ($) {
/**
* ------------------------------------------------------------------------
* Constants

BIN
js/dist/button.js.map vendored

Binary file not shown.

2
js/dist/carousel.js vendored
View file

@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Carousel = function () {
var Carousel = function ($) {
/**
* ------------------------------------------------------------------------
* Constants

Binary file not shown.

2
js/dist/collapse.js vendored
View file

@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Collapse = function () {
var Collapse = function ($) {
/**
* ------------------------------------------------------------------------
* Constants

Binary file not shown.

2
js/dist/dropdown.js vendored
View file

@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Dropdown = function () {
var Dropdown = function ($) {
/**
* Check for Popper dependency
* Popper - https://popper.js.org

Binary file not shown.

2
js/dist/index.js vendored
View file

@ -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.');
}

BIN
js/dist/index.js.map vendored

Binary file not shown.

2
js/dist/modal.js vendored
View file

@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Modal = function () {
var Modal = function ($) {
/**
* ------------------------------------------------------------------------
* Constants

BIN
js/dist/modal.js.map vendored

Binary file not shown.

2
js/dist/popover.js vendored
View file

@ -10,7 +10,7 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.crea
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Popover = function () {
var Popover = function ($) {
/**
* ------------------------------------------------------------------------
* Constants

BIN
js/dist/popover.js.map vendored

Binary file not shown.

View file

@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var ScrollSpy = function () {
var ScrollSpy = function ($) {
/**
* ------------------------------------------------------------------------
* Constants

Binary file not shown.

2
js/dist/tab.js vendored
View file

@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Tab = function () {
var Tab = function ($) {
/**
* ------------------------------------------------------------------------
* Constants

BIN
js/dist/tab.js.map vendored

Binary file not shown.

2
js/dist/tooltip.js vendored
View file

@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Tooltip = function () {
var Tooltip = function ($) {
/**
* Check for Popper dependency
* Popper - https://popper.js.org

BIN
js/dist/tooltip.js.map vendored

Binary file not shown.

4
js/dist/util.js vendored
View file

@ -4,7 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
var Util = function () {
var Util = function ($) {
/**
* ------------------------------------------------------------------------
* Private TransitionEnd Helpers
@ -14,8 +14,6 @@ var Util = function () {
var MAX_UID = 1000000;
var TransitionEndEvent = {
WebkitTransition: 'webkitTransitionEnd',
MozTransition: 'transitionend',
OTransition: 'oTransitionEnd otransitionend',
transition: 'transitionend' // shoutout AngusCroll (https://goo.gl/pxwQGp)
};

BIN
js/dist/util.js.map vendored

Binary file not shown.