浏览代码

Upgrade to release v4.0.0

Kartik Visweswaran 10 年之前
父节点
当前提交
e55b245d2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -938,7 +938,7 @@ This event is triggered after deletion of each thumbnail file in the `initialPre
 - `key`: the key passed within `initialPreviewConfig` for the selected file that will be passed as POST data to the `url`.
 
 ```js
-$('#input-id').on('filedelete', function(event, key) {
+$('#input-id').on('filedeleted', function(event, key) {
     console.log('Key = ' + key);
 });
 ```