Commit 001873a
committed
Refactor closures to capture 'this' directly
Removed unnecessary 'self = this' assignments in all closure-returning methods, replacing references to 'self' with 'this'. This simplifies the code and improves readability by leveraging direct 'this' capture in arrow functions.1 parent fdc21ce commit 001873a
1 file changed
Lines changed: 84 additions & 130 deletions
0 commit comments