change to .peekRecords and .isEvery
This commit is contained in:
parent
96f22bff8c
commit
af76a3f30b
|
@ -14,7 +14,7 @@ Controller = Ember.Controller.extend GithubUrlPropertievs,
|
||||||
|
|
||||||
jobsLoaded: (->
|
jobsLoaded: (->
|
||||||
if jobs = @get('build.jobs')
|
if jobs = @get('build.jobs')
|
||||||
jobs.everyBy('config')
|
jobs.isEvery('config')
|
||||||
).property('build.jobs.@each.config')
|
).property('build.jobs.@each.config')
|
||||||
|
|
||||||
loading: (->
|
loading: (->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user