Skip to content

Commit 57fe7dc

Browse files
authored
Fix typo in prop of FlattenedNodesObserver
1 parent e03b2cc commit 57fe7dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/flattened-nodes-observer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
}
183183
if (this._nativeChildrenObserver) {
184184
this._processSlotMutations(this._nativeChildrenObserver.takeRecords());
185-
} else if (this.shadyChildrenObserver) {
185+
} else if (this._shadyChildrenObserver) {
186186
this._processSlotMutations(this._shadyChildrenObserver.takeRecords());
187187
}
188188
this._scheduled = false;

0 commit comments

Comments
 (0)