mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 00:18:20 +08:00
Update jquery-tests.ts
fixed comment
This commit is contained in:
@@ -169,7 +169,7 @@ function test_ajax() {
|
||||
console.log(data, textStatus, jqXHR);
|
||||
});
|
||||
|
||||
// done method can change promise type through promise chaining
|
||||
// then method can change promise type through promise chaining
|
||||
var chainedValuePromise : JQueryPromise<number>;
|
||||
chainedValuePromise = $.ajax({
|
||||
url: "test.js"
|
||||
|
||||
Reference in New Issue
Block a user