--- a/cms/app-client/app/app.js Fri Dec 02 03:30:51 2016 +0100
+++ b/cms/app-client/app/app.js Fri Dec 02 09:33:53 2016 +0100
@@ -8,10 +8,10 @@
Ember.MODEL_FACTORY_INJECTIONS = true;
App = Ember.Application.extend({
- rootElement: config.rootElement,
- modulePrefix: config.modulePrefix,
- podModulePrefix: config.podModulePrefix,
- Resolver
+ rootElement: config.rootElement,
+ modulePrefix: config.modulePrefix,
+ podModulePrefix: config.podModulePrefix,
+ Resolver
});
loadInitializers(App, config.modulePrefix);