Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjiyun committed Apr 6, 2017
1 parent 25969dd commit c8b4aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ options:{
fileFieldName(file){ return file.name },
withCredentials: false,
requestHeaders: {'User-Agent': 'So Aanyip'},
beforeChoose : function()[
beforeChoose : function(){
return user.isAllowUpload
},
chooseFile : function(files){
Expand Down Expand Up @@ -762,7 +762,7 @@ options:{
fileFieldName(file){ return file.name },
withCredentials: false,
requestHeaders: {'User-Agent': 'So Aanyip'},
beforeChoose : function()[
beforeChoose : function(){
return user.isAllowUpload
},
chooseFile : function(files){
Expand Down

0 comments on commit c8b4aa0

Please sign in to comment.