Skip to content

Commit

Permalink
Turn on accessors (via __dataInitialized) only after clients have com…
Browse files Browse the repository at this point in the history
…pletely flushed.
  • Loading branch information
Steven Orvell committed May 12, 2017
1 parent c6f9b31 commit 2f1e964
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/mixins/property-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,7 @@
}
}
}
this.__dataInitialized = true;
}

/**
Expand Down Expand Up @@ -1500,9 +1501,7 @@
*
* @protected
*/
_readyClients() {
this.__dataInitialized = true;
}
_readyClients() {}

/**
* Implements `PropertyAccessors`'s properties changed callback.
Expand Down

0 comments on commit 2f1e964

Please sign in to comment.