Files
polymer/lib
Alexander Marks 3ee4eb96b2 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).
2018-10-31 14:52:45 -07:00
..