Explorar el Código

Upgrade to release v2.8.0

Kartik Visweswaran hace 10 años
padre
commit
9273a75bcb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -718,8 +718,8 @@ This event is triggered when each file image is fully loaded in the preview wind
 
 **Example:**
 ```js
-$('#input-id').on('filereset', function(event, file, previewId, index) {
-    console.log("filereset");
+$('#input-id').on('fileimageloaded', function(event, previewId) {
+    console.log("fileimageloaded");
 });
 ```