MCPcopy Index your code
hub / github.com/sql-js/sql.js / hoverHack

Function hoverHack

documentation/javascript/application.js:3537–3539  ·  view source on GitHub ↗
( events )

Source from the content-addressed store, hash-verified

3535 rmouseEvent = /^(?:mouse|contextmenu)|click/,
3536 rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
3537 hoverHack = function( events ) {
3538 return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
3539 };
3540
3541/*
3542 * Helper functions for managing events -- not part of the public interface.

Callers 1

application.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…