Skip to content

Commit eb30993

Browse files
committed
Fix import path for html-tag.
1 parent 4915b0a commit eb30993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polymer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- bc behaviors -->
2121
<link rel="import" href="lib/legacy/mutable-data-behavior.html">
2222
<!-- import html-tag to export html -->
23-
<link rel="import" href="lib/util/html-tag.html">
23+
<link rel="import" href="lib/utils/html-tag.html">
2424
<script>
2525
// bc
2626
Polymer.Base = Polymer.LegacyElementMixin(HTMLElement).prototype;

0 commit comments

Comments
 (0)