1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

make on js i guess? /cc @fat

This commit is contained in:
Mark Otto
2013-06-27 19:36:35 -07:00
parent 81b5e74057
commit 6a2858f7bf
2 changed files with 2 additions and 2 deletions

View File

@@ -535,7 +535,7 @@
[dimension](size || 'auto') [dimension](size || 'auto')
[0].offsetWidth [0].offsetWidth
this.$element[size !== null ? 'addClass' : 'removeClass']('collapse') this.$element[size != null ? 'addClass' : 'removeClass']('collapse')
return this return this
} }

File diff suppressed because one or more lines are too long