Global

Members

(constant) asCallback

Description:
  • Converts the passed in method into a callback to allow calling the method in place Second argument can be a boolean or defaults object When boolean, if true, the callback will forward arguments when called, false will not When object, will be passed as the first argument of the callback

    • Checks the allowArgs property to know if it should forward arguments to the callback
Source:

Converts the passed in method into a callback to allow calling the method in place Second argument can be a boolean or defaults object When boolean, if true, the callback will forward arguments when called, false will not When object, will be passed as the first argument of the callback

  • Checks the allowArgs property to know if it should forward arguments to the callback