Skip to content

Commit

Permalink
-200 -> plupload.HTTP_ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLn committed May 7, 2014
1 parent ddfa1c4 commit 999abf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qiniu.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function QiniuJsSDK() {
status: ajax_downtoken.status,
response: ajax_downtoken.responseText,
file: file,
code: -200
code: plupload.HTTP_ERROR
});
}
}
Expand Down
Loading

0 comments on commit 999abf0

Please sign in to comment.