.then()
	
	
		FuncUnit.prototype.then
	
	
	
	 
then(success)
Calls the success function after all previous asynchronous actions have completed. Then is called with the funcunit object.
Parameters
- 
			success{function()}
Calls the success function after all previous asynchronous actions have completed. Then is called with the funcunit object.
{function()}