mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 21:58:06 +08:00
DEV: Don't use the Ember global (#13535)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user