API
executeInCycle
Should call function in next animation frame
function reference has to be retained on Done
Should call onDone handler with result if provided
Should throw error when function is not defined
Should throw error when instance is null
Should throw error when instance is not Ticker
Should call onError handler when error is thrown
executeAsSmallLoopsInCycle
Should call onProgress and onDone handler
Should call error Handler if there is error in for loop code
Should throw error when maxLoopPerframe is not defined
Should throw error when maxLoopPerframe is not a number
Should throw error when End index is not defined
Should throw error when End index is not a number
Should throw error when Start index is not a number
dispose
Should set context to null
Should set func to null
Should set notifier to null
Should set executionCount to NaN