Home
last modified time | relevance | path

Searched refs:getFlush (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js340 syncFlush = getFlush(callbacks.sync, this, [ type ].concat(args));
341 asyncFlush = getFlush(callbacks.async, this, [ type ].concat(args));
346 function getFlush(callbacks, context, args) { function