Skip to content

Update: changed callbacks in setTimeOut to arrow functions

Avi Dave requested to merge refactor-ts into main

Changed callbacks in setTimeOut calls to arrow functions to inherit the reference of the class, instead of binding them to this. Did this to follow the changes made in ES6.

Merge request reports