0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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

https://github.com/twitter/bootstrap/issues/1208
This commit is contained in:
Mark Reeder 2012-01-29 21:14:07 -08:00
parent 0de951f4f4
commit f9b53d424e

View File

@ -71,7 +71,7 @@
this.$element
.removeClass('collapse')
[dimension](size || '')
[dimension](size || 'auto')
[0].offsetWidth
this.$element.addClass('collapse')