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