Skip to content

Commit

Permalink
Merge pull request #4633 from Polymer/shadyChildrenObserver
Browse files Browse the repository at this point in the history
Fix typo in prop of FlattenedNodesObserver
  • Loading branch information
Steve Orvell authored May 30, 2017
2 parents d4a144b + 57fe7dc commit 49cb5c4
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 49cb5c4

Please sign in to comment.