瀏覽代碼

Upgrade to release v4.1.4

Kartik Visweswaran 10 年之前
父節點
當前提交
816958d0ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1115,7 +1115,7 @@ $('#input-id').on('filebatchuploaderror', function(event, data) {
 ```
 
 #### filebatchuploadcomplete
-This event is triggered after completion of either the synchronous and asynchronous ajax batch upload. Additional parameters available are: 
+This event is triggered after completion of either the synchronous OR asynchronous ajax batch upload. Additional parameters available are: 
 
 - `data`: This is a data object (associative array) that sends the following information, whose keys are:
     - `form`: the FormData object which is passed via XHR2 (or empty object if not available).