Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dom-repat: set path when an observed path changes. #4676

Merged
merged 2 commits into from
Jun 13, 2017
Merged

dom-repat: set path when an observed path changes. #4676

merged 2 commits into from
Jun 13, 2017

Conversation

sorvell
Copy link
Contributor

@sorvell sorvell commented Jun 8, 2017

Fixes #4650: if an observed path changes, the repeat should render but in addition, the path should be notified. This is necessary since “mutableData” is optional.

…t in addition, the path should be notified. This is necessary since “mutableData” is optional.
Copy link
Member

@kevinpschaaf kevinpschaaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Neither critical, but:

  • Missing semicolon on L614.
  • Also in just confirming what __handleObservedPaths did, I realized this.__needFullRefresh is set there and in several other places but never read. It's a vestige of 1.x that should be removed in the current incantation. Make sense to do in this PR?

@sorvell sorvell merged commit af12e29 into master Jun 13, 2017
@sorvell sorvell deleted the fix-4650 branch June 13, 2017 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants