tiny doc change
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ab0646f0 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ab0646f0 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ab0646f0 Branch: refs/heads/5.4-js-rewrite Commit: ab0646f01e8f6b6b54215a49348f2b394a72a554 Parents: 3673ff6 Author: Howard M. Lewis Ship <[email protected]> Authored: Fri Aug 17 15:26:35 2012 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Fri Aug 17 15:26:35 2012 -0700 ---------------------------------------------------------------------- .../coffeescript/META-INF/modules/core/ajax.coffee | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ab0646f0/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajax.coffee ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajax.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajax.coffee index 1e35292..02ce847 100644 --- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajax.coffee +++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajax.coffee @@ -18,7 +18,7 @@ # `options`. # # It wraps (or provides) `onsuccess`, `onexception`, and `onfailure` handlers, extended to handle a partial page render -# response (for success), or properly log a server-side failure or client-side exception, including using +# response (for success), or properly log a server-side failure or client-side exception, including using the # `core/exceptionframe` module to display a server-side processing exception. define ["core/pageinit", "core/spi", "core/exceptionframe", "core/console", "_"], (pageinit, spi, exceptionframe, console, _) ->
