mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #4831 from abbasmhd/patch-1
Update jquery.fileuplade.d.ts
This commit is contained in:
+7
-6
@@ -5,7 +5,6 @@
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
|
||||
// Interface options for the plugin
|
||||
interface JQueryFileInputOptions {
|
||||
|
||||
@@ -152,13 +151,15 @@ interface JQueryFileInputOptions {
|
||||
|
||||
}
|
||||
|
||||
interface JQueryFileUpload {
|
||||
|
||||
interface JQueryFileUpload extends JQuery {
|
||||
contentType:string;
|
||||
}
|
||||
|
||||
interface JQuery
|
||||
{
|
||||
interface JQuery {
|
||||
// Interface to the main method of jQuery File Upload
|
||||
fileupload(settings: JQueryFileInputOptions): JQueryFileUpload;
|
||||
}
|
||||
}
|
||||
|
||||
interface JQuerySupport {
|
||||
fileInput?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user