Skip to content

Commit 6bea2e2

Browse files
committed
dist
1 parent 26e6d8b commit 6bea2e2

29 files changed

Lines changed: 148 additions & 149 deletions

dist/css/bootstrap-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.js

Lines changed: 64 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ var Util = function ($) {
5050
MozTransition: 'transitionend',
5151
OTransition: 'oTransitionEnd otransitionend',
5252
transition: 'transitionend'
53-
};
5453

55-
// shoutout AngusCroll (https://goo.gl/pxwQGp)
56-
function toType(obj) {
54+
// shoutout AngusCroll (https://goo.gl/pxwQGp)
55+
};function toType(obj) {
5756
return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase();
5857
}
5958

@@ -216,14 +215,14 @@ var Alert = function ($) {
216215
ALERT: 'alert',
217216
FADE: 'fade',
218217
SHOW: 'show'
219-
};
220218

221-
/**
222-
* ------------------------------------------------------------------------
223-
* Class Definition
224-
* ------------------------------------------------------------------------
225-
*/
219+
/**
220+
* ------------------------------------------------------------------------
221+
* Class Definition
222+
* ------------------------------------------------------------------------
223+
*/
226224

225+
};
227226
var Alert = function () {
228227
function Alert(element) {
229228
_classCallCheck(this, Alert);
@@ -397,14 +396,14 @@ var Button = function ($) {
397396
var Event = {
398397
CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY,
399398
FOCUS_BLUR_DATA_API: 'focus' + EVENT_KEY + DATA_API_KEY + ' ' + ('blur' + EVENT_KEY + DATA_API_KEY)
400-
};
401399

402-
/**
403-
* ------------------------------------------------------------------------
404-
* Class Definition
405-
* ------------------------------------------------------------------------
406-
*/
400+
/**
401+
* ------------------------------------------------------------------------
402+
* Class Definition
403+
* ------------------------------------------------------------------------
404+
*/
407405

406+
};
408407
var Button = function () {
409408
function Button(element) {
410409
_classCallCheck(this, Button);
@@ -607,14 +606,14 @@ var Carousel = function ($) {
607606
INDICATORS: '.carousel-indicators',
608607
DATA_SLIDE: '[data-slide], [data-slide-to]',
609608
DATA_RIDE: '[data-ride="carousel"]'
610-
};
611609

612-
/**
613-
* ------------------------------------------------------------------------
614-
* Class Definition
615-
* ------------------------------------------------------------------------
616-
*/
610+
/**
611+
* ------------------------------------------------------------------------
612+
* Class Definition
613+
* ------------------------------------------------------------------------
614+
*/
617615

616+
};
618617
var Carousel = function () {
619618
function Carousel(element, config) {
620619
_classCallCheck(this, Carousel);
@@ -1092,14 +1091,14 @@ var Collapse = function ($) {
10921091
var Selector = {
10931092
ACTIVES: '.show, .collapsing',
10941093
DATA_TOGGLE: '[data-toggle="collapse"]'
1095-
};
10961094

1097-
/**
1098-
* ------------------------------------------------------------------------
1099-
* Class Definition
1100-
* ------------------------------------------------------------------------
1101-
*/
1095+
/**
1096+
* ------------------------------------------------------------------------
1097+
* Class Definition
1098+
* ------------------------------------------------------------------------
1099+
*/
11021100

1101+
};
11031102
var Collapse = function () {
11041103
function Collapse(element, config) {
11051104
_classCallCheck(this, Collapse);
@@ -1480,14 +1479,14 @@ var Dropdown = function ($) {
14801479
placement: 'string',
14811480
offset: '(number|string)',
14821481
flip: 'boolean'
1483-
};
14841482

1485-
/**
1486-
* ------------------------------------------------------------------------
1487-
* Class Definition
1488-
* ------------------------------------------------------------------------
1489-
*/
1483+
/**
1484+
* ------------------------------------------------------------------------
1485+
* Class Definition
1486+
* ------------------------------------------------------------------------
1487+
*/
14901488

1489+
};
14911490
var Dropdown = function () {
14921491
function Dropdown(element, config) {
14931492
_classCallCheck(this, Dropdown);
@@ -1636,10 +1635,9 @@ var Dropdown = function ($) {
16361635
enabled: this._config.flip
16371636
}
16381637
}
1639-
};
16401638

1641-
// Disable Popper.js for Dropdown in Navbar
1642-
if (this._inNavbar) {
1639+
// Disable Popper.js for Dropdown in Navbar
1640+
};if (this._inNavbar) {
16431641
popperConfig.modifiers.applyStyle = {
16441642
enabled: !this._inNavbar
16451643
};
@@ -1892,14 +1890,14 @@ var Modal = function ($) {
18921890
DATA_DISMISS: '[data-dismiss="modal"]',
18931891
FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top',
18941892
NAVBAR_TOGGLER: '.navbar-toggler'
1895-
};
18961893

1897-
/**
1898-
* ------------------------------------------------------------------------
1899-
* Class Definition
1900-
* ------------------------------------------------------------------------
1901-
*/
1894+
/**
1895+
* ------------------------------------------------------------------------
1896+
* Class Definition
1897+
* ------------------------------------------------------------------------
1898+
*/
19021899

1900+
};
19031901
var Modal = function () {
19041902
function Modal(element, config) {
19051903
_classCallCheck(this, Modal);
@@ -2456,14 +2454,14 @@ var ScrollSpy = function ($) {
24562454
var OffsetMethod = {
24572455
OFFSET: 'offset',
24582456
POSITION: 'position'
2459-
};
24602457

2461-
/**
2462-
* ------------------------------------------------------------------------
2463-
* Class Definition
2464-
* ------------------------------------------------------------------------
2465-
*/
2458+
/**
2459+
* ------------------------------------------------------------------------
2460+
* Class Definition
2461+
* ------------------------------------------------------------------------
2462+
*/
24662463

2464+
};
24672465
var ScrollSpy = function () {
24682466
function ScrollSpy(element, config) {
24692467
var _this20 = this;
@@ -2757,14 +2755,14 @@ var Tab = function ($) {
27572755
DATA_TOGGLE: '[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',
27582756
DROPDOWN_TOGGLE: '.dropdown-toggle',
27592757
DROPDOWN_ACTIVE_CHILD: '> .dropdown-menu .active'
2760-
};
27612758

2762-
/**
2763-
* ------------------------------------------------------------------------
2764-
* Class Definition
2765-
* ------------------------------------------------------------------------
2766-
*/
2759+
/**
2760+
* ------------------------------------------------------------------------
2761+
* Class Definition
2762+
* ------------------------------------------------------------------------
2763+
*/
27672764

2765+
};
27682766
var Tab = function () {
27692767
function Tab(element) {
27702768
_classCallCheck(this, Tab);
@@ -3073,14 +3071,14 @@ var Tooltip = function ($) {
30733071
FOCUS: 'focus',
30743072
CLICK: 'click',
30753073
MANUAL: 'manual'
3076-
};
30773074

3078-
/**
3079-
* ------------------------------------------------------------------------
3080-
* Class Definition
3081-
* ------------------------------------------------------------------------
3082-
*/
3075+
/**
3076+
* ------------------------------------------------------------------------
3077+
* Class Definition
3078+
* ------------------------------------------------------------------------
3079+
*/
30833080

3081+
};
30843082
var Tooltip = function () {
30853083
function Tooltip(element, config) {
30863084
_classCallCheck(this, Tooltip);
@@ -3699,14 +3697,14 @@ var Popover = function ($) {
36993697
FOCUSOUT: 'focusout' + EVENT_KEY,
37003698
MOUSEENTER: 'mouseenter' + EVENT_KEY,
37013699
MOUSELEAVE: 'mouseleave' + EVENT_KEY
3702-
};
37033700

3704-
/**
3705-
* ------------------------------------------------------------------------
3706-
* Class Definition
3707-
* ------------------------------------------------------------------------
3708-
*/
3701+
/**
3702+
* ------------------------------------------------------------------------
3703+
* Class Definition
3704+
* ------------------------------------------------------------------------
3705+
*/
37093706

3707+
};
37103708
var Popover = function (_Tooltip) {
37113709
_inherits(Popover, _Tooltip);
37123710

js/dist/alert.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dist/alert.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dist/button.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)