fix missing Branch#updateTimes
This commit is contained in:
parent
2ead1ff49e
commit
b4754c643d
|
@ -17,10 +17,11 @@ require 'travis/model'
|
||||||
Travis.Repository.find @get('repositoryId') if @get('repositoryId')
|
Travis.Repository.find @get('repositoryId') if @get('repositoryId')
|
||||||
).property('repositoryId')
|
).property('repositoryId')
|
||||||
|
|
||||||
tick: ->
|
updateTimes: ->
|
||||||
@notifyPropertyChange 'started_at'
|
@notifyPropertyChange 'started_at'
|
||||||
@notifyPropertyChange 'finished_at'
|
@notifyPropertyChange 'finished_at'
|
||||||
|
|
||||||
|
|
||||||
@Travis.Branch.reopenClass
|
@Travis.Branch.reopenClass
|
||||||
byRepositoryId: (id) ->
|
byRepositoryId: (id) ->
|
||||||
@find repository_id: id
|
@find repository_id: id
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user