Fix for .fail undefined on doRequest

This commit is contained in:
jpellizzari
2017-02-28 21:55:56 -08:00
parent e1bbc5ac5a
commit b417bcda80

View File

@@ -147,7 +147,7 @@ function doRequest(opts) {
config.headers = Object.assign({}, config.headers, { 'X-CSRF-Token': csrfToken });
}
reqwest(config);
return reqwest(config);
}
/**