Skip to content
Permalink
Browse files

correct bad imports: especially `herf="..."` which revealed a now fix…

…ed imports polyfill issue.
  • Loading branch information
sorvell committed Dec 16, 2014
1 parent 4afc341 commit 9bee1fe58748b5f96a9bff19bc8aef6e8810d942
Showing with 1 addition and 2 deletions.
  1. +1 −1 src/annotations/annotations.html
  2. +0 −1 src/features/base/content.html
@@ -7,7 +7,7 @@
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" hef="../module.html">
<link rel="import" href="../module.html">

<script>
/**
@@ -7,7 +7,6 @@
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="ready.html">
<script>

using('Base', function(Base) {

0 comments on commit 9bee1fe

Please sign in to comment.
You can’t perform that action at this time.