Kartik Visweswaran пре 10 година
родитељ
комит
83221139d1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -885,7 +885,7 @@ are:
 
 **Example:**
 ```js
-$('#input-id').on('fileloaded', function(event, file, previewId, index) {
+$('#input-id').on('fileloaded', function(event, file, previewId, index, reader) {
     console.log("fileloaded");
 });
 ```