Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed May 23, 2017
1 parent 8e8692f commit 250067b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/mixins/property-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,10 @@
}
}

// NOTE: We ensure clients either enable or flush as appropriate. This
// handles two corner cases: (1) clients that are connected/enabled before
// the host enables flush properly, (2) clients that are not
// connected/enabled when the host flushes are properly enabled.
__enableOrFlushClients() {
let clients = this.__dataPendingClients;
if (clients) {
Expand Down

0 comments on commit 250067b

Please sign in to comment.