CAAT icon indicating copy to clipboard operation
CAAT copied to clipboard

"TypeError: c.timerManager is undefined" error using DOM renderer vs Canvas renderer

Open Quicky82 opened this issue 12 years ago • 1 comments

When swapping over the CAAT renderer to use DOM rather than Canvas, I get the following error and the code stops executing:

TypeError: c.timerManager is undefined c.timerManager.checkTimers(tt); (caat-css.js line 23194)

I can comment out line 23194 and 23195 and it works. I'm assuming this is a bug, I can't find any reference to this anywhere.

CAAT is awesome by the way!

Quicky82 avatar Mar 12 '13 11:03 Quicky82

Same problem for me. Tested with "Getting started" example:

http://hyperandroid.github.io/CAAT/documentation/tutorials/01_getting_started.html

alexac1970 avatar Jul 22 '13 12:07 alexac1970