mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
* ensure element has `is` on prototype early as this is sometimes checked in user code. * ensure properties copied onto elements from info/behaviors are forced to configurable so they can be re-configured by later behaviors. * add `_noAccessors` optimization for faster property copying