1
0
mirror of synced 2026-08-05 01:46:54 +00:00

Import Promise from RSVP

This commit is contained in:
Penar Musaraj
2019-11-22 11:04:36 -05:00
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;