Merge pull request #4342 from Polymer/2.0-move-customstyle

Move CustomStyle constructor to Polymer.CustomStyle
This commit is contained in:
Daniel Freedman 2017-02-27 11:40:14 -08:00 committed by GitHub
commit 990b8d912d

View File

@ -41,7 +41,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
}
}
window.CustomStyle = CustomStyle;
window.customElements.define('custom-style', CustomStyle);
Polymer.CustomStyle = CustomStyle;
})();
</script>