mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
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).