Commit f9b53d42 authored by Mark Reeder's avatar Mark Reeder

Fixes issue with Opera flickering on the collapse plugin when reset is called...

Fixes issue with Opera flickering on the collapse plugin when reset is called without specifying the size

https://github.com/twitter/bootstrap/issues/1208
parent 0de951f4
...@@ -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