Skip to content

Commit

Permalink
Merge pull request waynehoover#119 from david-harkness/master
Browse files Browse the repository at this point in the history
It is not intended behavior to call a callback function during initializ...
  • Loading branch information
waynehoover committed Sep 26, 2013
2 parents 119f006 + 86f5ef1 commit 1d53e8a
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 1d53e8a

Please sign in to comment.