2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -1
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)
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
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)
}