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

[2/13] git commit: Add header documentation

Add header documentation


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

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

----------------------------------------------------------------------
 .../coffeescript/META-INF/modules/core/init.coffee |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/acaa5691/tapestry-core/src/main/coffeescript/META-INF/modules/core/init.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/init.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/init.coffee
index f5f10a7..95d2a80 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/init.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/init.coffee
@@ -12,10 +12,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Compatibility module
-# Invokes functions on the T5.initializers namespace.
+# ## core/init
+#
+# Compatibility module, invokes functions on the T5.initializers namespace.
+#
 # Introduced in 5.4, to be removed at some point in the future, when T5.initializers is itself no more.
-
 define ["core/compat/t5-init", "core/console"], ->
   (initName, args...) ->
     fn = T5.initializers[initName]