MCPcopy
hub / github.com/fomantic/Fomantic-UI / callback

Function callback

src/definitions/modules/search.js:173–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 var
172 pageLostFocus = document.activeElement === this,
173 callback = function () {
174 module.cancel.query();
175 module.remove.focus();
176 module.timer = setTimeout(function () {
177 module.hideResults();
178 }, settings.hideDelay);
179 }
180 ;
181 if (pageLostFocus) {
182 return;

Callers 15

sidebar.jsFile · 0.70
slider.jsFile · 0.70
dimmer.jsFile · 0.70
flyout.jsFile · 0.70
dropdown.jsFile · 0.70
modal.jsFile · 0.70
search.jsFile · 0.70
eachFunction · 0.50
someFunction · 0.50
handleLoadFunction · 0.50
install.jsFile · 0.50
version.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected