From 57fe7dca2ec37ee7f0799e3dd08d15d66dd78182 Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Thu, 25 May 2017 17:42:19 -0700 Subject: [PATCH] Fix typo in prop of FlattenedNodesObserver --- lib/utils/flattened-nodes-observer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/flattened-nodes-observer.html b/lib/utils/flattened-nodes-observer.html index 66ad7795f7..5031c16af4 100644 --- a/lib/utils/flattened-nodes-observer.html +++ b/lib/utils/flattened-nodes-observer.html @@ -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;