Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlibtoaster.js193 function _editCurrentProject(data, onSuccess, onFail){ argument
202 if (onFail !== undefined)
203 onFail(data);
216 function _getLayerDepsForProject(url, onSuccess, onFail){ argument
223 if (onFail !== undefined)
224 onFail(data);