8 Zeilen
Kein EOL
254 B
JavaScript
8 Zeilen
Kein EOL
254 B
JavaScript
window.Discourse = {}
|
|
window.Wizard = {};
|
|
Wizard.SiteSettings = {};
|
|
Wizard.RAW_TEMPLATES = {};
|
|
Discourse.__widget_helpers = {};
|
|
Discourse.SiteSettings = Wizard.SiteSettings;
|
|
Discourse.Model = Ember.Object.extend();
|
|
Discourse.Site = Ember.Object.extend(); |