mirror of
https://github.com/discourse/discourse.git
synced 2025-06-19 22:23:04 +08:00
DEV: Ember linting - disallow Ember.* variable usage (#8782)
This commit is contained in:

committed by
GitHub

parent
88779d849f
commit
499b57a9ed
@ -1,7 +1,8 @@
|
||||
import { bind } from "@ember/runloop";
|
||||
import { getOwner } from "discourse-common/lib/get-owner";
|
||||
import Mixin from "@ember/object/mixin";
|
||||
|
||||
export default Ember.Mixin.create({
|
||||
export default Mixin.create({
|
||||
ready() {
|
||||
this._super(...arguments);
|
||||
|
||||
|
Reference in New Issue
Block a user