We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cddb31b + d885c42 commit ea235f7Copy full SHA for ea235f7
qiniu/io.js
@@ -19,7 +19,7 @@ exports.putFileWithoutKey = putFileWithoutKey;
19
20
// @gist PutExtra
21
function PutExtra(params, mimeType, crc32, checkCrc) {
22
- this.paras = params || {};
+ this.params = params || {};
23
this.mimeType = mimeType || null;
24
this.crc32 = crc32 || null;
25
this.checkCrc = checkCrc || 0;
0 commit comments