aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-16 19:44:11 -0700
committerMark Otto <[email protected]>2016-10-16 19:44:11 -0700
commit6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9 (patch)
tree5c83f73275641b215825074cdd3393e09292be41 /docs/dist/js/bootstrap.js
parent5b7ec495e37f0a1efa83375572cf0ceb3d735da8 (diff)
downloadbootstrap-6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9.tar.xz
bootstrap-6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9.zip
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index b17302209..06386b7d9 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -1031,7 +1031,7 @@ var Collapse = function ($) {
};
var Selector = {
- ACTIVES: '.panel > .in, .panel > .collapsing',
+ ACTIVES: '.card > .in, .card > .collapsing',
DATA_TOGGLE: '[data-toggle="collapse"]'
};
@@ -3170,7 +3170,7 @@ var Tooltip = function ($) {
var data = $(this).data(DATA_KEY);
var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' ? config : null;
- if (!data && /destroy|hide/.test(config)) {
+ if (!data && /dispose|hide/.test(config)) {
return;
}