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

[3/13] git commit: Consistency

Consistency


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

Branch: refs/heads/5.4-js-rewrite
Commit: 6afe75df6c16fa0f0c54d1f4b5fca0a619517031
Parents: 80d338e
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Aug 10 15:02:05 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Aug 10 15:02:05 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6afe75df/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee
index e818379..0e8b9c3 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee
@@ -16,7 +16,6 @@
 #
 # Manages a special element used to present a HTML exception report from an Ajax request (where a non-markup response
 # was expected, including a partial page render response).
-
 define ["core/spi", "core/builder", "_"],
   (spi, builder, _) ->
     container = null