From 57556c944d19fe551bd2f796d841ea09ea280971 Mon Sep 17 00:00:00 2001 From: bruce-lindsay Date: Fri, 4 Nov 2016 17:24:36 -0400 Subject: [PATCH] Update jquery-tests.ts fixed comment --- jquery/jquery-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"