Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix another unsafe property assignment in Polymer.
In polymer.dom.js, we stick __domApi on nodes, but we don't prevent that property from being renamed when compiled. It seems that the renamed property can sometimes collide in a bad way with some other unsafe property we stick on nodes in the polyfill (not sure which yet).
- Loading branch information