Skip to content

Commit

Permalink
修复报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Feb 13, 2020
1 parent dbcde6e commit 65fcf27
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/xe-ajax.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* xe-ajax.js v4.0.1
* xe-ajax.js v4.0.2
* ISC License.
* @preserve
*/
Expand Down Expand Up @@ -933,7 +933,7 @@
function createRequestFactory () {
if (utils.IS_N) {
/* eslint-disable no-undef */
return typeof sendHttp
return sendHttp
} else if (utils.IS_F) {
return function (request) {
return getRequest(request, request.signal).apply(this, arguments)
Expand Down
Loading

0 comments on commit 65fcf27

Please sign in to comment.