Page History
...
vHandle_DEPART: function()
{
var bReturn = true;
// your departure logic goes here
return(bReturn); /* ← Remember to return a Boolean success/fail value */
}, /* ← Remember to separate this function from the others with a comma */
...