Do not expose Polymer.LegacyElement to slightly discourage its use.

This commit is contained in:
Steven Orvell 2017-02-23 19:40:29 -08:00
parent 796a5d5809
commit a6969ed99e

View File

@ -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>