Missing import in ajax-request
This commit is contained in:
parent
c51a1deeab
commit
226a82d57f
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default function ajaxRequest(url, options) {
|
||||
return new Ember.RSVP.Promise(function(resolve, reject) {
|
||||
options = options || {};
|
||||
|
|
Reference in a new issue