Update jquery-tests.ts

fixed comment
This commit is contained in:
bruce-lindsay
2016-11-04 17:24:36 -04:00
committed by GitHub
parent a7baddf2ad
commit 57556c944d

View File

@@ -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"