Skip to content

Commit ea235f7

Browse files
committed
Merge pull request #178 from liangchaoboy/fixParams
misspelling
2 parents cddb31b + d885c42 commit ea235f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports.putFileWithoutKey = putFileWithoutKey;
1919

2020
// @gist PutExtra
2121
function PutExtra(params, mimeType, crc32, checkCrc) {
22-
this.paras = params || {};
22+
this.params = params || {};
2323
this.mimeType = mimeType || null;
2424
this.crc32 = crc32 || null;
2525
this.checkCrc = checkCrc || 0;

0 commit comments

Comments
 (0)