Skip to content

Commit 70c2d58

Browse files
committed
Remove erronious change to shims.ts in previous commit
1 parent 1de5ea8 commit 70c2d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ module ts {
561561
return this.forwardJSONCall(
562562
"getDefinitionAtPosition('" + fileName + "', " + position + ")",
563563
() => {
564-
return this.languageService.getTypeDefinitionAtPosition(fileName, position);
564+
return this.languageService.getDefinitionAtPosition(fileName, position);
565565
});
566566
}
567567

0 commit comments

Comments
 (0)