chore(doc-gen): fixup private constructor declarations

Closes #2883
This commit is contained in:
Peter Bacon Darwin
2015-07-07 22:05:31 +01:00
committed by Misko Hevery
parent 6c933a4485
commit d050ce20a9
2 changed files with 20 additions and 0 deletions

View File

@ -23,6 +23,7 @@ declare module ng {
stack: string;
toString(): string;
}
interface InjectableReference {}
}
{% endblock %}