DEV: Import Promise from rsvp (#8296)

This commit is contained in:
Mark VanLandingham
2019-11-05 10:37:32 -06:00
committed by GitHub
parent 94a34af702
commit 014f19b6ea
44 changed files with 128 additions and 85 deletions

View File

@ -73,7 +73,13 @@ var define, requirejs;
},
"@ember/utils": {
isEmpty: Ember.isEmpty
},
"rsvp": {
Promise: Ember.RSVP.Promise,
hash: Ember.RSVP.hash,
all: Ember.RSVP.all
}
};
}