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 41d0173 commit 26caa01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<title>marked-element demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="marked-element.html">
</head>

Expand Down
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

0 comments on commit 26caa01

Please sign in to comment.