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/06 02:49:26 UTC

[3/9] git commit: Fix introduced typo

Fix introduced typo


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

Branch: refs/heads/5.4-js-rewrite
Commit: 67cbc1c0db1ee24dd7104d14125ca2004d405227
Parents: fa428ae
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Oct 5 17:22:21 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Oct 5 17:22:21 2012 -0700

----------------------------------------------------------------------
 .../resources/org/apache/tapestry5/tapestry.js     |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/67cbc1c0/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js b/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
index 340602b..268da0f 100644
--- a/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
+++ b/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
@@ -1211,8 +1211,7 @@ define("core/compat/tapestry", [
                         _this.validateInput();
 
                         if (_this.inError()) {
-                            event.memo.error = true;                                      <
-
+                            event.memo.error = true;
                         }
                     }
             );