(e)
| 504 | var type ="", content =""; |
| 505 | var tt = tooltip.tooltip; |
| 506 | var showUseFunc = function(e) { |
| 507 | e.stopPropagation(); |
| 508 | tt.find(".uses").toggle(); |
| 509 | return false; |
| 510 | }; |
| 511 | |
| 512 | var symbolUrl; |
| 513 | if (data) { // this mean the ref symbol exists |
nothing calls this directly
no outgoing calls
no test coverage detected