mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 14:54:48 +08:00
9 lines
261 B
CoffeeScript
9 lines
261 B
CoffeeScript
|
# 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 # make it more like ember.prod.js
|
||
|
|
||
|
window.Discourse = {}
|
||
|
window.Discourse.SiteSettings = {}
|