Skip to content

Commit

Permalink
fix percent拼写错误 #207
Browse files Browse the repository at this point in the history
  • Loading branch information
BearJ committed Jul 20, 2018
1 parent 1828664 commit 5b52292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uploader/uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ let _id = 0;
*
* // return false; // 阻止文件上传
* },
* onProgress: function(procent){
* console.log(this, procent);
* onProgress: function(percent){
* console.log(this, percent);
* // return true; // 阻止默认行为,不使用默认的进度显示
* },
* onSuccess: function (ret) {
Expand Down

0 comments on commit 5b52292

Please sign in to comment.