Avoid duplicate constructors

This commit is contained in:
Andreas Hocevar
2014-08-04 13:30:38 +02:00
parent 1e79acac20
commit 66bde546c0

View File

@@ -78,6 +78,7 @@ function generateExterns(symbols) {
lines.push(symbol.name + ';');
} else {
if (symbol.kind == 'class') {
constructors[name] = true;
lines.push(' * @constructor');
}
if (symbol.types) {