MCPcopy Index your code
hub / github.com/NV/github-live-preview / a

Function a

examples/bundle_github.js:2164–2170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2162 setInterval(GitHub.Commit.observeHash, 50);
2163
2164 function a() {
2165 if (GitHub.Commit.hovered) {
2166 GitHub.Commit.addEmptyClass.call(GitHub.Commit.hovered);
2167 GitHub.Commit.unhighlightLine.call(GitHub.Commit.hovered);
2168 GitHub.Commit.hovered = null
2169 }
2170 }
2171 $("#files").mouseout(function (d) {
2172 d = $(d.target);
2173 d = d.is(".bubble") ? d : d.parent();

Callers 5

bundle_github.jsFile · 0.85
kFunction · 0.85
yFunction · 0.85
nFunction · 0.85
definePrimerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected