pull/43/merge
Matthijs van Henten 2015-05-22 10:34:11 +00:00
rodzic 4ffa8c0e8e
commit 8ba1a02f29
1 zmienionych plików z 2 dodań i 2 usunięć

4
node_modules/frontdoor/lib/section.js wygenerowano vendored
Wyświetl plik

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