From 89cad667dc87a59fb3b347f7168b68844e3adf64 Mon Sep 17 00:00:00 2001 From: Gianni Chiappetta Date: Tue, 16 Feb 2010 01:18:45 -0500 Subject: [PATCH] doc: corrected Ajax callback argument [#143 state:fixed_in_branch] --- src/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ajax.js b/src/ajax.js index 88a1f5295..f828e9943 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -67,7 +67,7 @@ *
Common callbacks
* * When used on individual instances, all callbacks (except `onException`) are - * invoked with two parameters: the `XMLHttpRequest` object and the result of + * invoked with two parameters: the [[Ajax.Response]] object and the result of * evaluating the `X-JSON` response header, if any (can be `null`). * * For another way of describing their chronological order and which callbacks