Avoid defining elements inside mixins.

This commit is contained in:
Steven Orvell
2017-02-14 11:22:29 -08:00
parent 11c090073d
commit 5d7363abf6
6 changed files with 11 additions and 9 deletions

View File

@@ -9,3 +9,8 @@
<link rel="import" href="src/elements/array-selector.html">
<!-- custom-style -->
<link rel="import" href="src/elements/custom-style.html">
<script>
Polymer.LegacyElement = Polymer.LegacyElementMixin(HTMLElement);
// bc
Polymer.Base = Polymer.LegacyElement.prototype;
</script>