Merge pull request #13006 from SaschaNaz/lintfix

Fix latest tslint errors
This commit is contained in:
Mohamed Hegazy
2016-12-26 11:24:25 -08:00
committed by GitHub
29 changed files with 81 additions and 292 deletions

View File

@@ -48,7 +48,7 @@ function log(msg: string) {
}
let directorySeparator = "/";
const directorySeparator = "/";
function getRootLength(path: string): number {
if (path.charAt(0) === directorySeparator) {