Skip to content

Commit 8fcbb4a

Browse files
committed
Merge pull request jfeldstein#16 from Ralphpsg/master
Thanks!
2 parents 889d635 + a36b433 commit 8fcbb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.ajaxfileupload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
// Call user-supplied (or default) onStart(), setting
8787
// it's this context to the file DOM element
88-
var ret = settings.onStart.apply($element);
88+
var ret = settings.onStart.apply($element, [settings.params]);
8989

9090
// let onStart have the option to cancel the upload
9191
if(ret !== false)

0 commit comments

Comments
 (0)