Skip to content

Commit b316d0f

Browse files
committed
Update README.md
removed the extra comma at 77 .
1 parent ae70e5c commit b316d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ FileAPI.event.on(input, 'change', function (evt){
8484
var xhr = FileAPI.upload({
8585
url: '...',
8686
data: { foo: 'bar' }, // POST-data (iframe, flash, html5)
87-
headers: { 'x-header': '...' }, , // request headers (flash, html5)
87+
headers: { 'x-header': '...' }, // request headers (flash, html5)
8888
files: {
8989
files: FileAPI.filter(fileList, function (file){ return !/image/.test(file.type); }),
9090
pictures: imageList

0 commit comments

Comments
 (0)