.then()

  • function
FuncUnit.prototype.then  

then(success)

Calls the success function after all previous asynchronous actions have completed. Then is called with the funcunit object.

Parameters

  1. success {function()}