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/07/07 02:35:20 UTC

[2/2] git commit: Correct a typo

Correct a typo


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

Branch: refs/heads/5.4-js-rewrite
Commit: 9e447c884a1d708846f9cc7a9b64e173ef1a34ab
Parents: 3d84263
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Jul 6 17:31:08 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Jul 6 17:31:08 2012 -0700

----------------------------------------------------------------------
 54_TODO.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9e447c88/54_TODO.txt
----------------------------------------------------------------------
diff --git a/54_TODO.txt b/54_TODO.txt
index 90d4566..915fa94 100644
--- a/54_TODO.txt
+++ b/54_TODO.txt
@@ -1,7 +1,7 @@
 Ideas and TODOs:
 
 Compile CoffeeScript for modules with --bare (no top-level function wrapper), as module is always just
-defined([..], function() { ... });
+define([..], function() { ... });
 
 Replace default.css with Twitter Bootstrap + Tapestry extensions.
 
@@ -14,4 +14,5 @@ Add way to have services self describe (for dashboard and/or exception report).
 
 Add way for services to expose simple actions to the Dashboard (i.e., tie a UI button to a callback).
 
-JavaScriptWrapper (.jsw) may not be needed after all, due to ShimModule.
\ No newline at end of file
+JavaScriptWrapper (.jsw) may not be needed after all, due to ShimModule.
+