mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Rename the JQueryFileInputOptions configuration object
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user