mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Do not expose Polymer.LegacyElement
to slightly discourage its use.
This commit is contained in:
parent
796a5d5809
commit
a6969ed99e
@ -9,7 +9,6 @@
|
|||||||
<!-- custom-style -->
|
<!-- custom-style -->
|
||||||
<link rel="import" href="src/elements/custom-style.html">
|
<link rel="import" href="src/elements/custom-style.html">
|
||||||
<script>
|
<script>
|
||||||
Polymer.LegacyElement = Polymer.LegacyElementMixin(HTMLElement);
|
|
||||||
// bc
|
// bc
|
||||||
Polymer.Base = Polymer.LegacyElement.prototype;
|
Polymer.Base = Polymer.LegacyElementMixin(HTMLElement).prototype;
|
||||||
</script>
|
</script>
|
Loading…
Reference in New Issue
Block a user