Skip to content

Commit

Permalink
Upgrade to release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 13, 2014
1 parent 19f3b50 commit 9273a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
```

Expand Down

0 comments on commit 9273a75

Please sign in to comment.