Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncri committed Oct 11, 2012
1 parent 767adef commit 0c45696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/s3_direct_upload.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ $.fn.S3Uploader = (options) ->
settings.path = new_path

@additional_data = (new_data) ->
settings.additional_data = additional_data
settings.additional_data = new_data

@initialize()

0 comments on commit 0c45696

Please sign in to comment.