fix missing Branch#updateTimes

This commit is contained in:
Sven Fuchs 2012-09-14 18:41:18 +02:00
parent 2ead1ff49e
commit b4754c643d
2 changed files with 3 additions and 2 deletions

View File

@ -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