ericbirdsall
07/01/2020, 4:25 PM_return_ {
pageInit: pageInit,
addButton: addButton,
setActionAndGo: setActionAndGo
};
But when I try to call setActionAndGo from the browser, I get "setActionAndGo is not defined"... am I missing something?Sandii
07/01/2020, 4:29 PM