mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove more ember options (#30852)
This commit is contained in:
@@ -19,7 +19,6 @@ module.exports = function (environment) {
|
||||
Date: false,
|
||||
String: false,
|
||||
},
|
||||
_DEFAULT_ASYNC_OBSERVERS: true,
|
||||
LOG_STACKTRACE_ON_DEPRECATION: false,
|
||||
},
|
||||
|
||||
|
||||
@@ -3,5 +3,4 @@ module.exports = {
|
||||
"default-async-observers": true,
|
||||
"jquery-integration": false,
|
||||
"template-only-glimmer-components": true,
|
||||
"no-implicit-route-model": true,
|
||||
};
|
||||
|
||||
@@ -30,7 +30,6 @@ module ApplicationHelper
|
||||
Date: false,
|
||||
String: false,
|
||||
},
|
||||
_DEFAULT_ASYNC_OBSERVERS: true,
|
||||
},
|
||||
APP: {
|
||||
name: "discourse",
|
||||
|
||||
Reference in New Issue
Block a user