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…
Reference in New Issue