You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
Avoid accessing observable value twice during setup of CompoundObserver
This was affecting polymer startup. The basic problem is that Observer.open must read the underlying value, and was called during addObserver, only shortly after to have check_ call discardChanges() -- which read the underlying value again.
The solution is to delay opening the Observable until the CompoundObserver is opened
R=arv
BUG=
Review URL: https://codereview.appspot.com/85570043
0 commit comments