1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Merge pull request #1421 from MarkReeder/2.0-wip

Fixes Opera flickering on the collapse plugin when reset is called without specifying the size
This commit is contained in:
Jacob Thornton
2012-01-29 23:40:34 -08:00

View File

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