DEV: Remove all instances of Ember.computed (#8324)

This commit is contained in:
Mark VanLandingham
2019-11-08 12:28:11 -06:00
committed by GitHub
parent 7e44065bcb
commit e51efce356
17 changed files with 60 additions and 28 deletions

View File

@ -81,6 +81,7 @@ var define, requirejs;
isEmpty: Ember.isEmpty
},
rsvp: {
default: Ember.RSVP,
Promise: Ember.RSVP.Promise,
hash: Ember.RSVP.hash,
all: Ember.RSVP.all