mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-13 06:20:23 -06:00
Remove erronious change to shims.ts in previous commit
This commit is contained in:
parent
1de5ea802b
commit
70c2d58f58
@ -561,7 +561,7 @@ module ts {
|
||||
return this.forwardJSONCall(
|
||||
"getDefinitionAtPosition('" + fileName + "', " + position + ")",
|
||||
() => {
|
||||
return this.languageService.getTypeDefinitionAtPosition(fileName, position);
|
||||
return this.languageService.getDefinitionAtPosition(fileName, position);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user