discourse/app/assets/javascripts/env.js
2014-04-17 10:52:57 -04:00

10 lines
207 B
JavaScript

// These will help us migrate up to the new ember's default behavior
window.ENV = {
MANDATORY_SETTER: false,
FEATURES: {'query-params-new': true}
};
window.Discourse = {};
Discourse.SiteSettings = {};