1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00
This commit is contained in:
Mark Otto
2016-10-09 20:39:50 -07:00
parent 4d725c90d6
commit 7407518fd1
6 changed files with 6 additions and 6 deletions

2
js/dist/collapse.js vendored
View File

@@ -208,7 +208,7 @@ var Collapse = function ($) {
$(_this2._element).removeClass(ClassName.COLLAPSING).addClass(ClassName.COLLAPSE).trigger(Event.HIDDEN);
};
this._element.style[dimension] = 0;
this._element.style[dimension] = '';
if (!Util.supportsTransitionEnd()) {
complete();