Skip to content

Commit 780e95d

Browse files
committed
add build results
1 parent 48abadd commit 780e95d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dist/qiniu.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* GitHub: http://github.com/qiniu/js-sdk
88
*
9-
* Date: 2017-7-12
9+
* Date: 2017-7-26
1010
*/
1111

1212
/*global plupload ,moxie*/
@@ -1403,8 +1403,9 @@
14031403
}
14041404
var info_extended = {};
14051405
plupload.extend(info_extended, that.parseJSON(info.response), res_downtoken);
1406+
info.response = that.stringifyJSON(info_extended);
14061407
if (_FileUploaded_Handler) {
1407-
_FileUploaded_Handler(up, file, that.stringifyJSON(info_extended));
1408+
_FileUploaded_Handler(up, file, info);
14081409
}
14091410
} else {
14101411
uploader.trigger('Error', {

0 commit comments

Comments
 (0)