From 503f60f64cab055b907b6eee7f7aa2d726356c8f Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 20 May 2012 15:19:52 +0100 Subject: [PATCH] Comment update --- core/modules/startup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/startup.js b/core/modules/startup.js index ae2c45bd1..6f5da5df1 100644 --- a/core/modules/startup.js +++ b/core/modules/startup.js @@ -38,7 +38,7 @@ exports.startup = function() { $tw.plugins.applyMethods("treenode",$tw.Tree); // Get version information $tw.version = $tw.utils.extractVersionInfo(); - // Load up the tiddlers in the root of the core directory (we couldn't do before because we didn't have the serializers installed) + // Load up the shadow tiddlers in the root of the core directory (we couldn't do before because we didn't have the serializers installed) if(!$tw.browser) { $tw.loadTiddlersFromFolder($tw.boot.bootPath,"$:/core",/^\.DS_Store$|.meta$|^modules$/); }