1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 22:56:46 +02:00

Collapse using card component

This commit is contained in:
Johann-S
2015-12-01 23:17:35 +01:00
parent 4b27cc95e3
commit de1255b14e
5 changed files with 59 additions and 58 deletions

View File

@@ -56,7 +56,7 @@ const Collapse = (($) => {
}
const Selector = {
ACTIVES : '.panel > .in, .panel > .collapsing',
ACTIVES : '.card > .in, .card > .collapsing',
DATA_TOGGLE : '[data-toggle="collapse"]'
}