Updated Branches: refs/heads/master 1a1a9771a -> 52f2ff944
Correct 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/fe5befa2 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/fe5befa2 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/fe5befa2 Branch: refs/heads/master Commit: fe5befa272e0499054b9911c40708d0a44195b6a Parents: 1a1a977 Author: Howard M. Lewis Ship <[email protected]> Authored: Tue Aug 27 10:20:23 2013 +0530 Committer: Howard M. Lewis Ship <[email protected]> Committed: Tue Aug 27 10:20:23 2013 +0530 ---------------------------------------------------------------------- .../main/coffeescript/META-INF/modules/t5/core/pageinit.coffee | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/fe5befa2/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/pageinit.coffee ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/pageinit.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/pageinit.coffee index 89d9fbf..bd7f9e6 100644 --- a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/pageinit.coffee +++ b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/pageinit.coffee @@ -105,13 +105,12 @@ define ["underscore", "./console", "./dom", "./events"], fn.apply null, initArguments - tracker() - # Loads all specified libraries in order (this includes other the core stack, other stacks, and + # Loads all specified libraries in order (this includes the core stack, other stacks, and # any free-standing libraries). It then executes the initializations. Once all initializations have # completed (which is usually an asynchronous operation, as initializations may require the loading - # of further modules), then the `data-page-initialized` attribute of the root HTML element is set to + # of further modules), then the `data-page-initialized` attribute of the `<body>` element is set to # 'true'. # # This is the main export of the module; other functions are attached as properties.
