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

0.8 shady api #1508

Merged
merged 8 commits into from
May 12, 2015
Merged

0.8 shady api #1508

merged 8 commits into from
May 12, 2015

Conversation

sorvell
Copy link
Contributor

@sorvell sorvell commented May 10, 2015

Adds node mutation apis to Polymer.dom: setAttribute, removeAttribute, classList. These methods automatically provoke distribution if necessary. Also adds redistribution support to distributeContent.

Steven Orvell added 2 commits May 10, 2015 10:03
…ute`, `classList`. These methods automatically provoke distribution if necessary.

Adds redistribution support to `distributeContent`.
@@ -28,6 +29,7 @@
if (this.patch) {
this.patch();
}
this.classList = new DomApi.ClassList(this);
Copy link
Member

Choose a reason for hiding this comment

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

Use getter and create lazily.

@sorvell
Copy link
Contributor Author

sorvell commented May 12, 2015

@kevinpschaaf PTAL

Steven Orvell added 2 commits May 12, 2015 10:50
… to date distribution pool. This means it must distribute from the top of an element's distribution tree.
@kevinpschaaf
Copy link
Member

Reviewed.

kevinpschaaf added a commit that referenced this pull request May 12, 2015
@kevinpschaaf kevinpschaaf merged commit d5070c5 into 0.8-preview May 12, 2015
@kevinpschaaf kevinpschaaf deleted the 0.8-shady-api branch May 12, 2015 18:17
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