From 87a3cf007484c27faf0287a98c9c8cfd78934ce7 Mon Sep 17 00:00:00 2001 From: nofutur3 Date: Tue, 18 Mar 2014 12:19:59 +0100 Subject: [PATCH] Deleted comma @ app.dynamicHelpers() --- web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.js b/web.js index d137fb2..5669d32 100644 --- a/web.js +++ b/web.js @@ -40,7 +40,7 @@ app.dynamicHelpers({ return function(path) { return '://' + app.dynamicViewHelpers.host(req, res) + (path || ''); } - }, + } }); function render_page(req, res) {