Missing import in ajax-request

This commit is contained in:
Matthew Dillon 2015-07-16 21:15:51 -08:00
parent c51a1deeab
commit 226a82d57f

View file

@ -1,3 +1,5 @@
import Ember from 'ember';
export default function ajaxRequest(url, options) {
return new Ember.RSVP.Promise(function(resolve, reject) {
options = options || {};