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 -->
|
||||
<link rel="import" href="src/elements/custom-style.html">
|
||||
<script>
|
||||
Polymer.LegacyElement = Polymer.LegacyElementMixin(HTMLElement);
|
||||
// bc
|
||||
Polymer.Base = Polymer.LegacyElement.prototype;
|
||||
Polymer.Base = Polymer.LegacyElementMixin(HTMLElement).prototype;
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user