mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 20:37:00 -05: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