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/12/05 23:01:40 UTC

[2/3] git commit: Remove unnecessary comma

Remove unnecessary comma


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

Branch: refs/heads/5.4-js-rewrite
Commit: d9bfb8462dc4761083f4898f298c9d00f83adceb
Parents: 5a92056
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Dec 5 13:58:45 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Dec 5 13:58:45 2012 -0800

----------------------------------------------------------------------
 .../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/d9bfb846/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 6dc0adf..afe5e7c 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
@@ -74,7 +74,7 @@ define ["core/dom", "core/events", "core/console", "core/ajax", "core/builder"],
 
           # Trigger this event, to inform the world that the zone-like new element has been updated
           # with content.
-          newElement.trigger events.zone.didUpdate,
+          newElement.trigger events.zone.didUpdate
 
       return false