Commit 44eebe40 authored by Mark Otto's avatar Mark Otto
Browse files

dist

parent ae71e71f
Showing with 6 additions and 6 deletions
+6 -6
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
/*! /*!
* Bootstrap v4.0.0-beta.3 (https://getbootstrap.com) * Bootstrap v4.0.0-beta.3 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
(function (global, factory) { (function (global, factory) {
...@@ -1135,7 +1135,7 @@ var Collapse = function ($$$1) { ...@@ -1135,7 +1135,7 @@ var Collapse = function ($$$1) {
var activesData; var activesData;
if (this._parent) { if (this._parent) {
actives = $$$1.makeArray($$$1(this._parent).children().children(Selector.ACTIVES)); actives = $$$1.makeArray($$$1(this._parent).find(Selector.ACTIVES).filter("[data-parent=\"" + this._config.parent + "\"]"));
if (!actives.length) { if (!actives.length) {
actives = null; actives = null;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
/*! /*!
* Bootstrap v4.0.0-beta.3 (https://getbootstrap.com) * Bootstrap v4.0.0-beta.3 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
(function (global, factory) { (function (global, factory) {
...@@ -1136,7 +1136,7 @@ var Collapse = function ($$$1) { ...@@ -1136,7 +1136,7 @@ var Collapse = function ($$$1) {
var activesData; var activesData;
if (this._parent) { if (this._parent) {
actives = $$$1.makeArray($$$1(this._parent).children().children(Selector.ACTIVES)); actives = $$$1.makeArray($$$1(this._parent).find(Selector.ACTIVES).filter("[data-parent=\"" + this._config.parent + "\"]"));
if (!actives.length) { if (!actives.length) {
actives = null; actives = null;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -112,7 +112,7 @@ var Collapse = function ($) { ...@@ -112,7 +112,7 @@ var Collapse = function ($) {
var activesData; var activesData;
if (this._parent) { if (this._parent) {
actives = $.makeArray($(this._parent).children().children(Selector.ACTIVES)); actives = $.makeArray($(this._parent).find(Selector.ACTIVES).filter("[data-parent=\"" + this._config.parent + "\"]"));
if (!actives.length) { if (!actives.length) {
actives = null; actives = null;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment