Commit 734bfe7f authored by Jacob Thornton's avatar Jacob Thornton

Merge pull request #1421 from MarkReeder/2.0-wip

Fixes Opera flickering on the collapse plugin when reset is called without specifying the size
parents 0de951f4 f9b53d42
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
this.$element this.$element
.removeClass('collapse') .removeClass('collapse')
[dimension](size || '') [dimension](size || 'auto')
[0].offsetWidth [0].offsetWidth
this.$element.addClass('collapse') this.$element.addClass('collapse')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment