Skip to content

Commit

Permalink
Upgrade to release v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Dec 27, 2014
1 parent 9931082 commit 8322113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
```
Expand Down

0 comments on commit 8322113

Please sign in to comment.