diff options
| author | Mark Otto <[email protected]> | 2018-01-01 20:29:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-01 20:29:19 -0800 |
| commit | 44eebe40dec75b74dd23ed30174b1720a6983726 (patch) | |
| tree | 118e8cd266e4eef6f5cc3fb893f4fdac39cd3648 /dist/js/bootstrap.bundle.js | |
| parent | ae71e71fe1fa3bdbdec33c9eb19b76c346d4d5ff (diff) | |
| download | bootstrap-44eebe40dec75b74dd23ed30174b1720a6983726.tar.xz bootstrap-44eebe40dec75b74dd23ed30174b1720a6983726.zip | |
dist
Diffstat (limited to 'dist/js/bootstrap.bundle.js')
| -rw-r--r-- | dist/js/bootstrap.bundle.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/js/bootstrap.bundle.js b/dist/js/bootstrap.bundle.js index 8516e3241..5d6dc742c 100644 --- a/dist/js/bootstrap.bundle.js +++ b/dist/js/bootstrap.bundle.js @@ -1,6 +1,6 @@ /*! * 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) */ (function (global, factory) { @@ -1135,7 +1135,7 @@ var Collapse = function ($$$1) { var activesData; 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) { actives = null; |
