0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

fix collapse event #8596

This commit is contained in:
fat 2013-07-25 21:33:26 -07:00
parent 2a4a6fe0f0
commit 15d9c82fc5
3 changed files with 3 additions and 3 deletions

View File

@ -547,7 +547,7 @@
var dimension = this.dimension()
this.reset(this.$element[dimension]())
this.transition('removeClass', 'shown.bs.hidden')
this.transition('removeClass', 'hidden.bs.collapse')
this.$element[dimension](0)
}

File diff suppressed because one or more lines are too long

View File

@ -74,7 +74,7 @@
var dimension = this.dimension()
this.reset(this.$element[dimension]())
this.transition('removeClass', 'shown.bs.hidden')
this.transition('removeClass', 'hidden.bs.collapse')
this.$element[dimension](0)
}