Fix tslint warnings in json extension

This commit is contained in:
Martin Aeschlimann
2016-01-26 09:43:10 +01:00
parent b0306ad7aa
commit 63bbc4ea27
2 changed files with 8 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ export function createScanner(text:string, ignoreTrivia:boolean = false):JSONSca
function scanNext():SyntaxKind {
value = '';
scanError = ScanError.None,
scanError = ScanError.None;
tokenOffset = pos;