Many fixes for Ember 1.9.0

This commit is contained in:
Robin Ward
2014-12-17 09:31:40 -05:00
parent 61101736cb
commit 5659b93c71
29 changed files with 9429 additions and 8052 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
// These will help us migrate up to the new ember's default behavior
window.ENV = {
MANDATORY_SETTER: false,
FEATURES: {'query-params-new': true}
};
window.ENV = { };
window.Discourse = {};
Discourse.SiteSettings = {};