Merge pull request #4831 from abbasmhd/patch-1

Update jquery.fileuplade.d.ts
This commit is contained in:
Masahiro Wakame
2015-07-15 01:45:15 +09:00
+7 -6
View File
@@ -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;
}