mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
13 lines
231 B
JavaScript
13 lines
231 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
|
|
};
|
|
|
|
window.Discourse = {};
|
|
Discourse.SiteSettings = {};
|
|
|
|
|