From 34fb32b81c651837403075ad91c6031f24c64b71 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 11 Mar 2012 16:11:17 +0000 Subject: [PATCH] Fixed problem with wildcard references in recipes not working if no tiddler files are found --- js/Recipe.js | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/js/Recipe.js b/js/Recipe.js index 72bb584b9..8e0c983ca 100755 --- a/js/Recipe.js +++ b/js/Recipe.js @@ -171,20 +171,22 @@ Recipe.prototype.chooseTiddlers = function(recipe) { this.markers[recipeLine.marker] = []; markerArray = this.markers[recipeLine.marker]; } - // Process each of the tiddlers referenced by the recipe line - for(var t=0; t