mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-07-07 13:52:12 +00:00
Import Promise from RSVP
This commit is contained in:
parent
b59f841944
commit
155d9f904c
@ -3,6 +3,7 @@ import {
|
|||||||
default as computed,
|
default as computed,
|
||||||
observes
|
observes
|
||||||
} from "ember-addons/ember-computed-decorators";
|
} from "ember-addons/ember-computed-decorators";
|
||||||
|
import { Promise } from "rsvp";
|
||||||
|
|
||||||
let _loaded = false,
|
let _loaded = false,
|
||||||
_promise = null;
|
_promise = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user