summaryrefslogtreecommitdiffstats
path: root/test/plugins/filters
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugins/filters')
-rw-r--r--test/plugins/filters/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/filters/index.js b/test/plugins/filters/index.js
index 0e2f1a2..2cf53b1 100644
--- a/test/plugins/filters/index.js
+++ b/test/plugins/filters/index.js
@@ -4,7 +4,7 @@ module.exports = {
return "Hello "+text;
},
helloCtx: function(text) {
- return text+":"+this.book.root;
+ return text+":"+this.book.root;
}
}
}; \ No newline at end of file