Fix log tailing
This commit is contained in:
parent
27fe85989a
commit
aca1550933
|
@ -101,10 +101,6 @@
|
||||||
|
|
||||||
jobBinding: 'context'
|
jobBinding: 'context'
|
||||||
|
|
||||||
toggleTailing: (event) ->
|
|
||||||
Travis.app.tailing.toggle()
|
|
||||||
event.preventDefault()
|
|
||||||
|
|
||||||
logSubscriber: (->
|
logSubscriber: (->
|
||||||
# for some reason observing context does not work,
|
# for some reason observing context does not work,
|
||||||
# TODO: find out why
|
# TODO: find out why
|
||||||
|
@ -134,6 +130,10 @@
|
||||||
@_super.apply this, arguments
|
@_super.apply this, arguments
|
||||||
@set 'logManager', Travis.Log.create(target: this)
|
@set 'logManager', Travis.Log.create(target: this)
|
||||||
|
|
||||||
|
toggleTailing: (event) ->
|
||||||
|
Travis.app.tailing.toggle()
|
||||||
|
event.preventDefault()
|
||||||
|
|
||||||
didInsertElement: ->
|
didInsertElement: ->
|
||||||
@_super.apply this, arguments
|
@_super.apply this, arguments
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user