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/10/03 23:58:50 UTC

[3/3] git commit: fix indentation

fix indentation


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

Branch: refs/heads/5.4-js-rewrite
Commit: 8e976f4c26036038b7dc30823517125964353f5e
Parents: 654f3ef
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Oct 3 13:53:49 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Oct 3 13:53:49 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8e976f4c/tapestry-core/src/main/coffeescript/META-INF/modules/core/console.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/console.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/console.coffee
index 64e0454..f8643ee 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/console.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/console.coffee
@@ -28,8 +28,8 @@ define ["core/spi", "core/builder", "_"], (spi, builder, _) ->
     DURATION: 10
 
   try
-  # FireFox will throw an exception if you even access the console object and it does
-  # not exist. Wow!
+    # FireFox will throw an exception if you even access the console object and it does
+    # not exist. Wow!
     nativeConsole = console
   catch e