MCPcopy Create free account
hub / github.com/JsAaron/jQuery / hoverHack

Function hoverHack

1.7/event.js:30–32  ·  view source on GitHub ↗
( events )

Source from the content-addressed store, hash-verified

28 );
29 },
30 hoverHack = function( events ) {
31 return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
32 };
33
34/*
35 * Helper functions for managing events -- not part of the public interface.

Callers 1

event.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected