Explorar el Código

Upgrade to release v4.1.4

Kartik Visweswaran hace 10 años
padre
commit
83221139d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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");
 });
 ```