tslint5 adoption - fix semicolon rule

This commit is contained in:
Erich Gamma
2017-11-07 12:07:09 +01:00
parent 56111c9cc6
commit b94569fe0d
90 changed files with 152 additions and 149 deletions

View File

@@ -69,7 +69,7 @@ export function getHTMLMode(htmlLanguageService: HTMLLanguageService): LanguageM
htmlDocuments.dispose();
}
};
};
}
function merge(src: any, dst: any): any {
for (var key in src) {