kopia lustrzana https://github.com/c9/core
Fix 401 handling
rodzic
71cf7a911b
commit
7c4d170241
|
@ -87,6 +87,7 @@ module.exports = function Section(name, description, types) {
|
|||
if (!sections[name])
|
||||
sections[name] = [];
|
||||
|
||||
section.parent = this;
|
||||
sections[name].push(section);
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue