mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Don't use the Ember global (#13535)
This commit is contained in:
parent
717908f426
commit
aa56e2a758
8 changed files with 18 additions and 23 deletions
|
@ -34,6 +34,8 @@ var define, requirejs;
|
|||
inject: Ember.inject.controller,
|
||||
},
|
||||
"@ember/debug": {
|
||||
assert: Ember.assert,
|
||||
runInDebug: Ember.runInDebug,
|
||||
warn: Ember.warn,
|
||||
},
|
||||
"@ember/object": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue