[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-10 21:32:28 +03:00
parent 16cfa6c481
commit 25c9f86ef0

@ -33,10 +33,12 @@ class Linkedin {
} }
listener_add() { listener_add() {
let self = this;
return VM.observe( return VM.observe(
document.body, document.body,
() => { () => {
document_on_changed(); self.document_on_changed();
} }
); );
} }