Skip to content

Commit 3eec7b7

Browse files
committed
Removed unecessary argument. Closes blueimp#2178.
1 parent b7d6ceb commit 3eec7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.fileupload.js

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.28.7
2+
* jQuery File Upload Plugin 5.28.8
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2010, Sebastian Tschan
@@ -448,7 +448,7 @@
448448
options.dataType = 'postmessage ' + (options.dataType || '');
449449
}
450450
} else {
451-
this._initIframeSettings(options, 'iframe');
451+
this._initIframeSettings(options);
452452
}
453453
},
454454

0 commit comments

Comments
 (0)