(n)
| 35265 | } |
| 35266 | |
| 35267 | function nodeTitle(n){ |
| 35268 | var s = n.tagName; |
| 35269 | if(n.id){ |
| 35270 | s += '#'+n.id; |
| 35271 | }else if(n.className){ |
| 35272 | s += '.'+n.className; |
| 35273 | } |
| 35274 | return s; |
| 35275 | } |
| 35276 | |
| 35277 | function onNodeSelect(t, n, last){ |
| 35278 | return; |
no outgoing calls
no test coverage detected
searching dependent graphs…