2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-02 16:04:10 +03:00

Fixing bad use strict statement

This commit is contained in:
mzabriskie
2015-03-18 17:22:08 -06:00
parent 60a82ef424
commit f9a2c7e8b8
-2
View File
@@ -8,8 +8,6 @@
* @returns {Promise} The Promise to be fulfilled
*/
module.exports = function dispatchRequest(config) {
'use strict';
return new Promise(function (resolve, reject) {
try {
// For browsers use XHR adapter