DEV: Remove EventTarget. Future versions of Ember don't export this.

It was removed altogether from ApplicationRoute, which only triggered
an `activate` event which never seems to be used.

We can replace it with Evented which is still present.
This commit is contained in:
Robin Ward
2020-04-20 16:18:17 -04:00
parent afe1407c75
commit 96d026a329
5 changed files with 25 additions and 24 deletions

View File

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