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')
|
||||
).property('repositoryId')
|
||||
|
||||
tick: ->
|
||||
updateTimes: ->
|
||||
@notifyPropertyChange 'started_at'
|
||||
@notifyPropertyChange 'finished_at'
|
||||
|
||||
|
||||
@Travis.Branch.reopenClass
|
||||
byRepositoryId: (id) ->
|
||||
@find repository_id: id
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user