mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00: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