accordproject / cicero-word-add-in-deprecated

Microsoft Word add-in for the Accord Project
Apache License 2.0
17 stars 13 forks source link

refactor un-necassary instances of "that" usage #70

Closed nik72619c closed 4 years ago

nik72619c commented 4 years ago

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 up this, rather than normal functions.