提交 c573a12b 编写于 作者: M mzabriskie

Fixing issue with minified bundle in IE8

closes #87
上级 f18f1225
......@@ -5,7 +5,7 @@ var utils = require('./utils');
var dispatchRequest = require('./core/dispatchRequest');
var InterceptorManager = require('./core/InterceptorManager');
var axios = module.exports = function axios(config) {
var axios = module.exports = function (config) {
config = utils.merge({
method: 'get',
headers: {},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册