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

[2/3] git commit: fix indentation of comment

fix indentation of comment


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

Branch: refs/heads/5.4-js-rewrite
Commit: 5f62f250cfa68333ff50e72d38ad86dc4b3409d0
Parents: 8e976f4
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Oct 3 14:28:35 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Oct 3 14:28:35 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5f62f250/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee
index b393f1a..3b35348 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee
@@ -102,8 +102,8 @@ define ["_", "core/console", "core/spi", "core/events"],
         tracker()
 
     exports =
-    # Passed a list of initializers, executes each initializer in order. Due to asynchronous loading
-    # of modules, the exact order in which initializer functions are invoked is not predictable.
+      # Passed a list of initializers, executes each initializer in order. Due to asynchronous loading
+      # of modules, the exact order in which initializer functions are invoked is not predictable.
       initialize: (inits = [], callback) ->
         callbackCountdown = inits.length + 1