Make JSHint happy
This commit is contained in:
parent
d9c7ada46d
commit
ae8092ddc0
|
@ -79,7 +79,7 @@ module.exports = function(environment) {
|
||||||
// ENV.APP.LOG_VIEW_LOOKUPS = true;
|
// ENV.APP.LOG_VIEW_LOOKUPS = true;
|
||||||
ENV['ember-cli-mirage'] = {
|
ENV['ember-cli-mirage'] = {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (environment === 'test') {
|
if (environment === 'test') {
|
||||||
|
@ -100,7 +100,7 @@ module.exports = function(environment) {
|
||||||
if (environment === 'production') {
|
if (environment === 'production') {
|
||||||
ENV['ember-cli-mirage'] = {
|
ENV['ember-cli-mirage'] = {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: I insert values from ENV here, but in production
|
// TODO: I insert values from ENV here, but in production
|
||||||
|
@ -117,7 +117,7 @@ module.exports = function(environment) {
|
||||||
'style-src': "'self' https://fonts.googleapis.com",
|
'style-src': "'self' https://fonts.googleapis.com",
|
||||||
'media-src': "'self'",
|
'media-src': "'self'",
|
||||||
'frame-src': "'self' " + ENV.apiEndpoint
|
'frame-src': "'self' " + ENV.apiEndpoint
|
||||||
}
|
};
|
||||||
|
|
||||||
return ENV;
|
return ENV;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user