MCPcopy Index your code
hub / github.com/hoothin/UserScripts / getSupported

Function getSupported

Picviewer CE+/Picviewer CE+.user.js:14243–14248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14241 var addCusMouseEvent=(function(){
14242
14243 function getSupported(){
14244 return {
14245 mouseleave:eventSupported('mouseleave'),
14246 mouseenter:eventSupported('mouseenter'),
14247 };
14248 };
14249
14250 var support;
14251 var map={

Callers 1

initFunction · 0.70

Calls 1

eventSupportedFunction · 0.70

Tested by

no test coverage detected