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 3605a50 commit e602666
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo-divider.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<head>
<title>core-list: divider</title>
<meta name="viewport" content="width=device-width">
<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="core-list.html">
<style>
html, body {
Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<head>
<title>core-list</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="core-list.html">
<style>
html, body {
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
2 changes: 1 addition & 1 deletion test/core-list-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<head>
<title>core-list</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<link rel="import" href="../core-list.html">
<style>
Expand Down
2 changes: 1 addition & 1 deletion test/core-list-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<head>
<title>core-list</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<link rel="import" href="../core-list.html">
<style>
Expand Down
2 changes: 1 addition & 1 deletion test/core-list-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<head>
<title>core-list</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<link rel="import" href="../core-list.html">
<style>
Expand Down

0 comments on commit e602666

Please sign in to comment.