You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functiongetCallNode(currentNode,cursorPos){varresult;currentNode.traverseUp('Call(e, args)','New(e, args)',function(b,node){result=node;returnnode;},function(node){// Show tooltip only on first line if call spans multiple linesvarpos=node.getPos();if(pos&&pos.sl!==cursorPos.row)returnnode;});returnresult;}
The text was updated successfully, but these errors were encountered:
https://github.com/c9/c9.ide.language.javascript.tern
https://github.com/c9/c9.ide.language.jsonalyzer
See get call position function:
The text was updated successfully, but these errors were encountered: