mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Avoid defining elements inside mixins.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user