danzen / zimjs

ZIM JavaScript Canvas Framework - Code Creativity! Interactive Media For All.
Other
507 stars 47 forks source link

Guide and Grid: ReferenceError: addedInterval is not defined #9

Closed malus closed 7 years ago

malus commented 7 years ago

Hi Danzen! I see in the code clearInterval(addedInterval); but addedInterval is never defined.

Bye

danzen commented 7 years ago

Thanks Fabio - when we updated the Grid and Guide to use the zim.added() we forgot to assign the return value to the var addedInterval! Will fix in 5.2.0 launching tomorrow (today) once we get some sleep!

danzen commented 7 years ago

Hi Fabio - there is a version 5.2.0 that will fix this issue: https://d309knd7es5f10.cloudfront.net/zim_5.2.0.js We have not quite launched it as we are checking on some StageGL features - but that will not affect you - and it is live at the moment with live docs. Thanks again and let us know if you find anything else.

malus commented 7 years ago

Thank you Dan. Now it's ok! I currently develop with your great creation!!! I will inform you if I find something... bye