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/02 18:56:48 UTC

[4/6] git commit: More doc updates

More doc updates


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

Branch: refs/heads/5.4-js-rewrite
Commit: 8acbd669365bc80fb79388c54dea4c4b5b364b70
Parents: 5f46aee
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 2 08:39:24 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 2 08:39:24 2012 -0700

----------------------------------------------------------------------
 tapestry-core/compile-coffeescript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8acbd669/tapestry-core/compile-coffeescript
----------------------------------------------------------------------
diff --git a/tapestry-core/compile-coffeescript b/tapestry-core/compile-coffeescript
index 19fd2f5..8292bde 100755
--- a/tapestry-core/compile-coffeescript
+++ b/tapestry-core/compile-coffeescript
@@ -8,6 +8,6 @@
 inputdir=src/main/coffeescript/META-INF/modules
 outputDir=build/generated-sources/compiled-coffeescript/META-INF/modules
 
-# Because all generated CoffeeScript are AMD modules, they don't need a hygenic function wrapper,
+# Because all of these are AMD modules, they don't need a hygenic function wrapper,
 # so we can use --bare
 coffee --watch --bare --output $outputDir/core $inputDir/core/*.coffee
\ No newline at end of file