owncloud-sdk icon indicating copy to clipboard operation
owncloud-sdk copied to clipboard

Get rid of `self` references

Open kulmann opened this issue 5 years ago • 0 comments

Get rid of const self = this statements where possible. Most of the time it should be a) not necessary because it's used in lambda functions or b) possible to use .bind(this) on a function.

kulmann avatar Apr 07 '20 17:04 kulmann