Skip to content

Commit

Permalink
doc: corrected Ajax callback argument [prototypejs#143 state:fixed_in…
Browse files Browse the repository at this point in the history
…_branch]
  • Loading branch information
gf3 authored and samleb committed Feb 17, 2010
1 parent d5fe7d5 commit 89cad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax.js
Expand Up @@ -67,7 +67,7 @@
* <h5>Common callbacks</h5>
*
* 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
Expand Down

0 comments on commit 89cad66

Please sign in to comment.