Commit b0da9758 authored by fat's avatar fat

fixes #6982

parent 94761c22
......@@ -77,7 +77,7 @@
[dimension](size || 'auto')
[0].offsetWidth
this.$element[size !== null ? 'addClass' : 'removeClass']('collapse')
this.$element[size != null ? 'addClass' : 'removeClass']('collapse')
return this
}
......
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