mirror of
https://github.com/discourse/discourse.git
synced 2025-01-22 16:43:16 +08:00
DEV: Remove more ember options (#30852)
This commit is contained in:
parent
2cd5e4d54d
commit
f4857d3b1c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user