You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/10/25 00:49:33 UTC

[7/8] git commit: Fix missing parenthesis

Fix missing parenthesis


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/0c29d39f
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0c29d39f
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0c29d39f

Branch: refs/heads/5.4-js-rewrite
Commit: 0c29d39f8aea3991b60c28fe31441bf716360b21
Parents: 460fb2b
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Oct 24 10:47:59 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Oct 24 10:47:59 2012 -0700

----------------------------------------------------------------------
 .../META-INF/modules/core/ajaxformloop.coffee      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0c29d39f/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajaxformloop.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajaxformloop.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajaxformloop.coffee
index e3e3860..559d8b7 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajaxformloop.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/ajaxformloop.coffee
@@ -15,7 +15,7 @@
 # ## core/ajaxformloop
 #
 # Provides handlers related to the core/AjaxFormLoop component (as well as core/AddRowLink and
-# core/RemoveRowLink.
+# core/RemoveRowLink).
 define ["core/spi", "core/events", "core/console", "core/ajax", "core/builder"],
   (spi, events, console, ajax, builder) ->