hyperandroid / CAAT

Canvas Advanced Animation Toolkit
hyperandroid.github.com/CAAT
MIT License
727 stars 117 forks source link

Small bug in __mouseDownHandler in Director.js #158

Open kudza opened 10 years ago

kudza commented 10 years ago

Hi, In mouseDown event, 'time' is undefined. In line 2086 in Director.js MouseEvent.init is called. I think You probably missed last argument (this.currentScene.time).

Regards, Jacek