2019-07-26 10:59:21 +02:00
|
|
|
window.Discourse = {}
|
|
|
|
window.Wizard = {};
|
|
|
|
Wizard.SiteSettings = {};
|
|
|
|
Wizard.RAW_TEMPLATES = {};
|
|
|
|
Discourse.__widget_helpers = {};
|
2019-11-20 13:08:04 +01:00
|
|
|
Discourse.RAW_TEMPLATES = {};
|
2019-07-26 10:59:21 +02:00
|
|
|
Discourse.SiteSettings = Wizard.SiteSettings;
|
|
|
|
Discourse.Model = Ember.Object.extend();
|
|
|
|
Discourse.Site = Ember.Object.extend();
|