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 1881e0c commit 8150164
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion demos/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<html>
<head>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>

<link href="../../core-icons/core-icons.html" rel="import">
<link href="../../core-icon-button/core-icon-button.html" rel="import">
Expand Down
4 changes: 2 additions & 2 deletions demos/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<html>
<head>

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

<style>
Expand Down Expand Up @@ -123,4 +123,4 @@
<list-demo></list-demo>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion demos/music.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<head>
<title>core-animated-pages</title>

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

<style>
Expand Down
2 changes: 1 addition & 1 deletion demos/nested.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<html>
<head>
<title>core-animated-pages</title>
<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link href="nested-animated-pages.html" rel="import">

<style>
Expand Down
2 changes: 1 addition & 1 deletion demos/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<html>
<head>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>

<link href="../../core-icons/core-icons.html" rel="import">
<link href="../../core-icons/social-icons.html" rel="import">
Expand Down
2 changes: 1 addition & 1 deletion demos/quiz1.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<head>
<title>core-animated-pages</title>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link href="../../core-icons/av-icons.html" rel="import">
<link href="../../paper-fab/paper-fab.html" rel="import">

Expand Down
2 changes: 1 addition & 1 deletion demos/shadow.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<html>
<head>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>

<link href="../../core-icons/core-icons.html" rel="import">
<link href="../../core-icon-button/core-icon-button.html" rel="import">
Expand Down
4 changes: 2 additions & 2 deletions demos/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<html>
<head>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link href="../core-animated-pages.html" rel="import">
<link href="../transitions/cross-fade.html" rel="import">
<link href="../transitions/slide-from-right.html" rel="import">
Expand Down Expand Up @@ -95,4 +95,4 @@
}
</script>
</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 @@ -35,4 +35,4 @@
<link rel="import" href="transitions/tile-cascade.html">
</template>

</x-meta>
</x-meta>
2 changes: 1 addition & 1 deletion transitions/cascade-transition.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@
-->

<core-transition-pages id="cascade-transition" activeClass="cascade" transitionProperty="transform"></core-transition-pages>
<core-transition-pages id="cascade-transition" activeClass="cascade" transitionProperty="transform"></core-transition-pages>
2 changes: 1 addition & 1 deletion transitions/list-cascade.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
}
</core-style>

<core-transition-pages id="list-cascade" activeClass="list-cascade"></core-transition-pages>
<core-transition-pages id="list-cascade" activeClass="list-cascade"></core-transition-pages>
2 changes: 1 addition & 1 deletion transitions/tile-cascade.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
}
</core-style>

<core-transition-pages id="tile-cascade" activeClass="tile-cascade" transitionProperty="transform"></core-transition-pages>
<core-transition-pages id="tile-cascade" activeClass="tile-cascade" transitionProperty="transform"></core-transition-pages>

0 comments on commit 8150164

Please sign in to comment.