Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Allow Global Polymer settings

Compare
Choose a tag to compare
@dunnkers dunnkers released this 10 Nov 03:32
· 105 commits to master since this release
8c3633d

See (https://www.polymer-project.org/1.0/docs/devguide/settings)[https://www.polymer-project.org/1.0/docs/devguide/settings]. Allows you to configure settings like this:

  <script>
    /* this script must run before Polymer is imported */
    window.Polymer = {
      dom: 'shadow',
      lazyRegister: true
    };
  </script>