Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


   vHandle_USER_NAVIGATION_PLAN: function()
  {
     var bReturn = true;
 
      //  your alternate navigation planning logic goes here
 
      return(bReturn); /* ß Remember to return a Boolean success/fail value */
 
   },  /* ß Remember to separate this function from the others with a comma */

...