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) {