Skip to content

Commit

Permalink
Fix typo in prop of FlattenedNodesObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic authored May 26, 2017
1 parent e03b2cc commit 57fe7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/flattened-nodes-observer.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
}
if (this._nativeChildrenObserver) {
this._processSlotMutations(this._nativeChildrenObserver.takeRecords());
} else if (this.shadyChildrenObserver) {
} else if (this._shadyChildrenObserver) {
this._processSlotMutations(this._shadyChildrenObserver.takeRecords());
}
this._scheduled = false;
Expand Down

0 comments on commit 57fe7dc

Please sign in to comment.