Closed nik72619c closed 4 years ago
Currently, the use of "that" is used in many places in the code in order to get the this instance. This can be replaced by using arrow functions which bubble up this, rather than normal functions.
this
Description
Currently, the use of "that" is used in many places in the code in order to get the
this
instance. This can be replaced by using arrow functions which bubble upthis
, rather than normal functions.