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

Function c

examples/bundle_github.js:635–643  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

633 $.browser.msie && parseFloat($.browser.version) >= 7 && c("gif")
634 }
635 function c(n) {
636 $("#zoom_table td").each(function () {
637 var r = $(this).css("background-image").replace(/\.(png|gif|none)\"\)$/, "." + n + '")');
638 $(this).css("background-image", r)
639 });
640 var l = m.children("img"),
641 k = l.attr("src").replace(/\.(png|gif|none)$/, "." + n);
642 l.attr("src", k)
643 }
644 function e() {
645 if (h) return false;
646 h = true;

Callers 4

kFunction · 0.85
dFunction · 0.85
bFunction · 0.85
bundle_github.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected