mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Import Promise from rsvp (#8296)
This commit is contained in:

committed by
GitHub

parent
94a34af702
commit
014f19b6ea
@ -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
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user