From 8ba1a02f2994301eeb7992958b96b211e2bc5f4d Mon Sep 17 00:00:00 2001 From: Matthijs van Henten Date: Fri, 22 May 2015 10:34:11 +0000 Subject: [PATCH] tidied --- node_modules/frontdoor/lib/section.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/frontdoor/lib/section.js b/node_modules/frontdoor/lib/section.js index 03bb6f17..1e027ef0 100644 --- a/node_modules/frontdoor/lib/section.js +++ b/node_modules/frontdoor/lib/section.js @@ -83,13 +83,13 @@ module.exports = function Section(name, description, types) { return section; }; - this.mount = function( name, section ){ + this.mount = function(name, section) { if (!sections[name]) sections[name] = []; sections[name].push(section); }; - + this._rootHandler = function(req, res) { this.handle(req, res, function(err) { if (err) {