pull/117/merge
Nikolai Onken 2015-07-04 22:07:10 +00:00
rodzic 8e68e8c7e1
commit 9d5904e9ba
1 zmienionych plików z 1 dodań i 1 usunięć

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

@ -151,7 +151,7 @@ module.exports = function Section(name, description, types) {
this.handle = (function(path, req, res, next) {
var that = this;
debugger;
if (arguments.length == 2) {
return this._rootHandler.apply(this, arguments);
}