File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
modules/core/src/main/scala/io/laminext/core Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ class MutationObserverBinders(
20
20
) { self =>
21
21
22
22
private def init = new MutationObserverInit {
23
- childList = self.childList
24
- attributes = self.attributes
25
- characterData = self.characterData
26
- subtree = self.subtree
27
- attributeOldValue = self.attributeOldValue
28
- characterDataOldValue = self.characterDataOldValue
29
- attributeFilter = self.attributeFilter
23
+ this . childList = self.childList
24
+ this . attributes = self.attributes
25
+ this . characterData = self.characterData
26
+ this . subtree = self.subtree
27
+ this . attributeOldValue = self.attributeOldValue
28
+ this . characterDataOldValue = self.characterDataOldValue
29
+ this . attributeFilter = self.attributeFilter
30
30
}
31
31
32
32
@ inline def --> [El <: ReactiveElement [org.scalajs.dom.HTMLElement ]](sink : Sink [Seq [MutationRecord ]]): BinderWithStartStop [El ] = {
You can’t perform that action at this time.
0 commit comments