mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
15 lines
606 B
HTML
15 lines
606 B
HTML
<link rel="import" href="src/legacy/legacy-element-mixin.html">
|
|
<link rel="import" href="src/legacy/polymer-fn.html">
|
|
<!-- template elements -->
|
|
<link rel="import" href="src/legacy/templatizer-behavior.html">
|
|
<link rel="import" href="src/elements/dom-bind.html">
|
|
<link rel="import" href="src/elements/dom-repeat.html">
|
|
<link rel="import" href="src/elements/dom-if.html">
|
|
<link rel="import" href="src/elements/array-selector.html">
|
|
<!-- custom-style -->
|
|
<link rel="import" href="src/elements/custom-style.html">
|
|
<script>
|
|
// bc
|
|
Polymer.Base = Polymer.LegacyElementMixin(HTMLElement).prototype;
|
|
</script>
|