Skip to content

Commit

Permalink
Fix html-tag import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Dec 9, 2017
1 parent 3ffb895 commit c9be530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- bc behaviors -->
<link rel="import" href="lib/legacy/mutable-data-behavior.html">
<!-- import html-tag to export html -->
<link rel="import" href="lib/util/html-tag.html">
<link rel="import" href="lib/utils/html-tag.html">
<script>
// bc
Polymer.Base = Polymer.LegacyElementMixin(HTMLElement).prototype;
Expand Down

0 comments on commit c9be530

Please sign in to comment.