DEV: Don't use the Ember global (#13535)

This commit is contained in:
Jarek Radosz
2021-06-29 19:54:18 +02:00
committed by GitHub
parent 717908f426
commit aa56e2a758
8 changed files with 18 additions and 23 deletions

View File

@ -2,8 +2,7 @@ import Controller from "@ember/controller";
import { INPUT_DELAY } from "discourse-common/config/environment";
import discourseComputed from "discourse-common/utils/decorators";
import discourseDebounce from "discourse-common/lib/debounce";
const { get } = Ember;
import { get } from "@ember/object";
export default Controller.extend({
filter: null,