提交 a768ac07 编写于 作者: V Vineet Hawal

remove extra conditions

上级 44cccc45
此差异已折叠。
此差异已折叠。
此差异已折叠。
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -32,7 +32,7 @@ module.exports = function xhrAdapter(resolve, reject, config) {
xDomain = false;
// For IE 8/9 CORS support
if(config.xDomain && (window && window.XDomainRequest)){
if(config.xDomain && window.XDomainRequest){
adapter = window.XDomainRequest;
loadEvent = 'onload';
xDomain = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册