(e)
| 420 | /*-------------------------------------------------------------------------------------*/ |
| 421 | var skipHighlightTimerId = null; |
| 422 | var onMouseLeave = function(e) { tooltip.hideAfterDelay(e); } |
| 423 | var onMouseClick = function(e) { |
| 424 | if (e.ctrlKey || e.altKey || e.button != 0) return true; // don't break ctrl+click, open in a new tab |
| 425 | if (!this.href) return true; // not clicking on a link |
nothing calls this directly
no outgoing calls
no test coverage detected