Skip to content

Commit 53c0a74

Browse files
author
Dustin Hoffman
committed
Pull jQuery File Upload Plugin 5.21.1
1 parent 274ed21 commit 53c0a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/assets/javascripts/jquery-fileupload/jquery.fileupload.js

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload Plugin 5.21
2+
* jQuery File Upload Plugin 5.21.1
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2010, Sebastian Tschan
@@ -561,7 +561,7 @@
561561
);
562562
}
563563
// The chunk upload method:
564-
upload = function (i) {
564+
upload = function () {
565565
// Clone the options object for each chunk upload:
566566
var o = $.extend({}, options);
567567
o.blob = slice.call(

0 commit comments

Comments
 (0)