From a3431c1435a0b26c5dff61976aab68970d6826a6 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 20 Jun 2012 18:36:43 +0100 Subject: [PATCH] JSHint! --- core/modules/macros/story/story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/macros/story/story.js b/core/modules/macros/story/story.js index d70b9621a..488bb1000 100644 --- a/core/modules/macros/story/story.js +++ b/core/modules/macros/story/story.js @@ -172,7 +172,7 @@ exports.postRenderInDom = function() { // Instantiate the story view var storyviewName; if(this.hasParameter("storyviewTiddler")) { - storyviewName = this.wiki.getTextReference(this.params.storyviewTiddler) + storyviewName = this.wiki.getTextReference(this.params.storyviewTiddler); } if(!storyviewName && this.hasParameter("storyview")) { storyviewName = this.params.storyview;