Rename the JQueryFileInputOptions configuration object

This commit is contained in:
rob-alarcon
2014-05-21 11:56:22 -07:00
parent 93e55932f6
commit 6c679c2a13
+2 -2
View File
@@ -7,7 +7,7 @@
// Interface options for the plugin
interface fileInputOptions {
interface JQueryFileInputOptions {
// The drop target element(s), by the default the complete document.
// Set to null to disable drag & drop support:
@@ -160,5 +160,5 @@ interface JQueryFileUpload {
interface JQuery
{
// Interface to the main method of jQuery File Upload
fileupload(settings: fileInputOptions): JQueryFileUpload;
fileupload(settings: JQueryFileInputOptions): JQueryFileUpload;
}