vvakame
2016-03-17 00:55:26 +09:00
parent 2f47c75835
commit 56295f5058
1783 changed files with 1810 additions and 1810 deletions
+1 -1
View File
@@ -3259,7 +3259,7 @@ var f1 = $.when("fetch"); // Is type JQueryPromise<string>
var f2: JQueryPromise<string[]> = f1.then(s => [s, s]);
var f3: JQueryPromise<number> = f2.then(v => 3);
// ISSUE: https://github.com/borisyankov/DefinitelyTyped/issues/742
// ISSUE: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/742
// http://stackoverflow.com/questions/5392344/sending-multipart-formdata-with-jquery-ajax#answer-5976031
$.ajax({
url: 'php/upload.php',