0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-10 04:12:53 +01:00
discourse-custom-wizard/assets/javascripts/wizard-custom-lib.js

8 Zeilen
254 B
JavaScript

2019-07-26 10:00:55 +02:00
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();