From b4a5d3f259e68e8a077f3c247e820d89fa8e3ca1 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 13 Apr 2012 13:27:13 +0100 Subject: [PATCH] Fixed spaces->tabs --- js/macros/story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/macros/story.js b/js/macros/story.js index df71290d4..c72527171 100644 --- a/js/macros/story.js +++ b/js/macros/story.js @@ -14,7 +14,7 @@ var Tiddler = require("../Tiddler.js").Tiddler, function scrollToTop(duration) { if (duration < 0) { - return; + return; } var delta = (-document.body.scrollTop/duration) * 10; window.setTimeout(function() {