Fix 401 handling

pull/43/merge
Nikolai Onken 2015-05-26 13:08:32 +00:00
rodzic 71cf7a911b
commit 7c4d170241
1 zmienionych plików z 1 dodań i 0 usunięć

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

@ -87,6 +87,7 @@ module.exports = function Section(name, description, types) {
if (!sections[name])
sections[name] = [];
section.parent = this;
sections[name].push(section);
};