From 1945af0b2db125169a1b6580b2e47694c664f2be Mon Sep 17 00:00:00 2001 From: csugden Date: Wed, 18 Jun 2014 11:56:27 +0100 Subject: [PATCH] Fixes undefined loop variables (fixes #657) --- boot/boot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boot/boot.js b/boot/boot.js index aa6292e6d..a6ddf676d 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -1601,7 +1601,7 @@ $tw.loadWikiTiddlers = function(wikiPath,parentPaths) { var wikiPluginsPath = path.resolve(wikiPath,$tw.config.wikiPluginsSubDir); if(fs.existsSync(wikiPluginsPath)) { var pluginFolders = fs.readdirSync(wikiPluginsPath); - for(t=0; t