MCPcopy
hub / github.com/Semantic-Org/Semantic-UI / handleLoad

Function handleLoad

src/definitions/behaviors/visibility.js:240–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238 cache = [],
239 cacheImage = document.createElement('img'),
240 handleLoad = function() {
241 loadedCounter++;
242 if (loadedCounter >= images.length) {
243 if ($.isFunction(callback)) {
244 callback();
245 }
246 }
247 }
248 ;
249 while (imagesLength--) {
250 cacheImage = document.createElement('img');

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…