Skip to content

Commit

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

// 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.
// handles two corner cases: (1) clients flush properly when
// connected/enabled before the host enables, (2) clients enable properly
// when not connected/enabled when the host flushes.
__enableOrFlushClients() {
let clients = this.__dataPendingClients;
if (clients) {
Expand Down

0 comments on commit fa1469a

Please sign in to comment.