Skip to content

Commit

Permalink
It is not intended behavior to call a callback function during initia…
Browse files Browse the repository at this point in the history
…lization
  • Loading branch information
[email protected] authored and [email protected] committed Aug 19, 2013
1 parent fb5230d commit 86f5ef1
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 @@ -144,7 +144,7 @@ jQuery ->
path: 'path/to/my/files/on/s3'
additional_data: {key: 'value'}
remove_completed_progress_bar: false
before_add: myCallBackFunction() # must return true or false if set
before_add: myCallBackFunction # must return true or false if set
progress_bar_target: $('.js-progress-bars')
click_submit_target: $('.submit-target')
```
Expand Down

0 comments on commit 86f5ef1

Please sign in to comment.