googlearchive / polyup

A helpful assistant for migrating from Polymer v0.5 to 1.0. Does many of the boring mechanical parts for you.
http://polymerlabs.github.io/polyup/
BSD 3-Clause "New" or "Revised" License
38 stars 9 forks source link

Move dom operations to Polymer.dom() #99

Closed rictic closed 9 years ago

dfreedm commented 9 years ago

Can you add a test for all of the DOM operations that get converted to Polymer.dom? LGTM otherwise

rictic commented 9 years ago

Removed flush() and added a TODO for more tests, as discussed.

dfreedm commented 9 years ago

LGTM