mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
17 lines
761 B
HTML
17 lines
761 B
HTML
<script>
|
|
Polymer = {};
|
|
</script>
|
|
<link rel="import" href="src/utils/case-map.html">
|
|
<link rel="import" href="src/template/template.html">
|
|
<link rel="import" href="src/template/annotations.html">
|
|
<link rel="import" href="src/template/resolveUrl.html">
|
|
<link rel="import" href="src/properties/effectBuilder.html">
|
|
<link rel="import" href="src/properties/accessors.html">
|
|
<link rel="import" href="src/properties/effects.html">
|
|
<link rel="import" href="src/properties/notify-path.html">
|
|
<link rel="import" href="src/events/events.html">
|
|
<link rel="import" href="src/events/gestures.html">
|
|
<link rel="import" href="src/attributes/attributes.html">
|
|
<!-- -->
|
|
<link rel="import" href="src/configure/ready.html">
|
|
<link rel="import" href="src/configure/configure.html"> |