Final set of backwards compatible fixes for Ember 1.13
This commit is contained in:
@@ -21,7 +21,7 @@ export default function(name, opts) {
|
||||
|
||||
this.siteSettings = Discourse.SiteSettings;
|
||||
|
||||
autoLoadModules();
|
||||
autoLoadModules(this.container, this.registry);
|
||||
|
||||
const store = createStore();
|
||||
if (!opts.anonymous) {
|
||||
|
||||
Reference in New Issue
Block a user