Skip to content

Commit 2f1e964

Browse files
author
Steven Orvell
committed
Turn on accessors (via __dataInitialized) only after clients have completely flushed.
1 parent c6f9b31 commit 2f1e964

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/mixins/property-effects.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,7 @@
14461446
}
14471447
}
14481448
}
1449+
this.__dataInitialized = true;
14491450
}
14501451

14511452
/**
@@ -1500,9 +1501,7 @@
15001501
*
15011502
* @protected
15021503
*/
1503-
_readyClients() {
1504-
this.__dataInitialized = true;
1505-
}
1504+
_readyClients() {}
15061505

15071506
/**
15081507
* Implements `PropertyAccessors`'s properties changed callback.

0 commit comments

Comments
 (0)