hyperandroid / CAAT

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

Updated TimerManager #150

Open ryanjarvis opened 10 years ago

ryanjarvis commented 10 years ago

Modified the removeExpiredTimers method to safely loop over the timerList array when removing timers. It was possible that some timers marked for removal were remaining in the array due to mutation.