Make eslint happy.

This commit is contained in:
Guo Xiang Tan 2017-01-09 13:59:00 +08:00 committed by Robin Ward
parent 469eaa23a8
commit 3ffa889aa8

View File

@ -3,7 +3,7 @@ import computed from 'ember-addons/ember-computed-decorators';
export default Ember.Controller.extend({
@computed('model.@each.enabled_setting')
adminRoutes() {
let routes = []
let routes = [];
this.get('model').forEach(p => {
if (this.siteSettings[p.get('enabled_setting')] && p.get('admin_route')) {