mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
4 lines
130 B
HTML
4 lines
130 B
HTML
<link rel="import" href="lib/mixins/element-mixin.html">
|
|
<script>
|
|
Polymer.Element = Polymer.ElementMixin(HTMLElement);
|
|
</script> |