mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Change tab to space
This commit is contained in:
@@ -4905,7 +4905,7 @@ module ts {
|
||||
if (compilerOptions.target >= ScriptTarget.ES6) {
|
||||
needToCaptureLexicalThis = false;
|
||||
}
|
||||
else {
|
||||
else {
|
||||
needToCaptureLexicalThis = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user