1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +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

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

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); $(_this2._element).removeClass(ClassName.COLLAPSING).addClass(ClassName.COLLAPSE).trigger(Event.HIDDEN);
}; };
this._element.style[dimension] = 0; this._element.style[dimension] = '';
if (!Util.supportsTransitionEnd()) { if (!Util.supportsTransitionEnd()) {
complete(); complete();

File diff suppressed because one or more lines are too long