From a25feed1c2750c52e9aa43661b44fe2fb1aa53b5 Mon Sep 17 00:00:00 2001 From: Gedion Date: Tue, 11 Sep 2012 17:49:58 -0500 Subject: [PATCH] fixed indentation --- src/static/js/linestylefilter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/linestylefilter.js b/src/static/js/linestylefilter.js index 7da27b1d..4231d26b 100644 --- a/src/static/js/linestylefilter.js +++ b/src/static/js/linestylefilter.js @@ -147,7 +147,7 @@ linestylefilter.getLineStyleFilter = function(lineLength, aline, textAndClassFun return function(txt, cls) { - var disableAuthColorForThisLine = hooks.callAll("disableAuthorColorsForThisLine", { + var disableAuthColorForThisLine = hooks.callAll("disableAuthorColorsForThisLine", { linestylefilter: linestylefilter, text: txt, class: cls