diff --git a/jquery/jquery-tests.ts b/jquery/jquery-tests.ts index c33967febd..b64fdc43cf 100644 --- a/jquery/jquery-tests.ts +++ b/jquery/jquery-tests.ts @@ -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; chainedValuePromise = $.ajax({ url: "test.js"