added missing semicolon

This commit is contained in:
Vladimir Matveev 2015-06-08 22:46:59 -07:00
parent 26a1ed6017
commit 185b2aff08

View file

@ -5330,7 +5330,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
decreaseIndent();
writeLine();
write("}"); // return
emitTempDeclarations(/*newLine*/ true)
emitTempDeclarations(/*newLine*/ true);
}
function emitSetters(exportStarFunction: string) {