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
+84
-130
lines changed
0 commit comments