hm, also check for the build here, obviously

This commit is contained in:
Sven Fuchs 2012-10-10 12:29:31 +02:00
parent 056f20ddfe
commit 7cd5899eba
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ Travis.RepoController = Travis.Controller.extend
if build = @get('build')
build.updateTimes()
if jobs = build.get('jobs')
if build && jobs = build.get('jobs')
jobs.forEach (j) -> j.updateTimes()
Ember.run.later(@updateTimes.bind(this), Travis.INTERVALS.updateTimes)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
5b686eb4
9cec2fc6