Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
update to webcomponents.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 14, 2014
1 parent ca3526c commit b846c3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">

<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link href="../font-roboto/roboto.html" rel="import">
<link href="../core-icons/core-icons.html" rel="import">
<link href="paper-item.html" rel="import">
Expand Down Expand Up @@ -48,4 +48,4 @@ <h2>links (via &lt;a&gt;):</h2>
<a href="http://webcomponents.org/" target="_blank"></a>
</paper-item>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<html>
<head>

<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../core-component-page/core-component-page.html">

</head>
Expand Down
2 changes: 1 addition & 1 deletion metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
<link rel="import" href="paper-item.html">
</template>

</x-meta>
</x-meta>

0 comments on commit b846c3a

Please sign in to comment.