2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/assets/javascripts/env.js
2014-04-17 10:46:33 -04:00

11 lines
269 B
JavaScript

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