mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 08:41:11 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user