Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
fix TSDef
Browse files Browse the repository at this point in the history
  • Loading branch information
roxma committed Oct 14, 2017
1 parent 012ddd4 commit d7d34eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonx/nvim_typescript_wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def TSReloadProject(*args):
def TSDoc(*args):
return _obj.tsdoc(args)
def TSDef(*args):
return _obj.tsdef(args)
return _obj.tsdef()
def TSDefPreview(*args):
return _obj.tsdefpreview(args)
def TSType(*args):
Expand Down

0 comments on commit d7d34eb

Please sign in to comment.