Fixed clearing log

This commit is contained in:
Aaron Hill 2013-10-03 21:23:49 -04:00
parent 3b3d36a98a
commit 2a83215fdc

View File

@ -34,7 +34,7 @@ Travis.reopen
parts.removeArrayObserver(@, didChange: 'partsDidChange', willChange: 'noop')
versionDidChange: (->
@rerender() if @get('inDOM')
@rerender() if @get('state') == 'inDOM'
).observes('log.version')
logDidChange: (->