MCPcopy Create free account
hub / github.com/Vectorized/Aris / p

Function p

aris.js:560–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558 var imageReadyChecker = function (img, i, urlMatch, ctl) {
559 return function () {
560 var x = [i, urlMatch, ''], p = function () {
561 ctl.push(x);
562 ctl.c();
563 };
564 if (img.naturalWidth) {
565 p();
566 } else {

Callers 1

imageReadyCheckerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected