2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

fixes #11099 - $.collapse() overrides the original dimension of the coll...

This commit is contained in:
fat
2014-04-15 20:28:08 -07:00
parent 1254c322fa
commit cd4696f723
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
if (e && e.target != this.$element[0]) return
this.$element
.removeClass('collapsing')
.addClass('collapse in')[dimension]('auto')
.addClass('collapse in')[dimension]('')
this.transitioning = 0
this.$element.trigger('shown.bs.collapse')
}