1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/wizard-custom-lib.js
2019-07-26 18:59:21 +10:00

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();