Skip to content

Commit 001873a

Browse files
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

File tree

1 file changed

+84
-130
lines changed

1 file changed

+84
-130
lines changed

0 commit comments

Comments
 (0)