(n)
| 90 | } |
| 91 | |
| 92 | var findTarget = function(n){ |
| 93 | while(n && !n.getAttribute('_target')){ |
| 94 | n=n.parentNode; |
| 95 | if(!n.getAttribute){ |
| 96 | n=null; |
| 97 | } |
| 98 | } |
| 99 | return n; |
| 100 | } |
| 101 | |
| 102 | doh._jumpToLog = function(e){ |
| 103 | //console.log(e); |
no outgoing calls
no test coverage detected
searching dependent graphs…