mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
grunt
This commit is contained in:
2
js/dist/collapse.js
vendored
2
js/dist/collapse.js
vendored
@@ -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();
|
||||
|
Reference in New Issue
Block a user