MCPcopy Create free account
hub / github.com/ceph/ceph / hoverHack

Function hoverHack

qa/workunits/erasure-code/jquery.js:2632–2634  ·  view source on GitHub ↗
( events )

Source from the content-addressed store, hash-verified

2630 rmouseEvent = /^(?:mouse|contextmenu)|click/,
2631 rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
2632 hoverHack = function( events ) {
2633 return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
2634 };
2635
2636/*
2637 * Helper functions for managing events -- not part of the public interface.

Callers 1

jquery.jsFile · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected