Skip to content

Commit

Permalink
Correct import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Feb 25, 2018
1 parent 0f0ccda commit ab93ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/mixins/strict-binding-parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
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="boot.html">
<link rel="import" href="path.html">
<link rel="import" href="mixin.html">
<link rel="import" href="../utils/boot.html">
<link rel="import" href="../utils/path.html">
<link rel="import" href="../utils/mixin.html">

<script>
(function() {
Expand Down

0 comments on commit ab93ab0

Please sign in to comment.