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

Commit 1e0c92f

Browse files
committed
update to webcomponents.js
1 parent 5e0d9f8 commit 1e0c92f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<title>core-ajax</title>
1414

15-
<script src="../platform/platform.js"></script>
15+
<script src="../webcomponentsjs/webcomponents.js"></script>
1616
<link rel="import" href="core-ajax.html">
1717

1818
</head>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<html>
1111
<head>
1212

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

1616
</head>

metadata.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
<link rel="import" href="core-ajax.html">
2121
</template>
2222

23-
</x-meta>
23+
</x-meta>

tests/html/core-ajax-response-and-error.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<head>
1212
<title>core-ajax-response-and-error</title>
1313

14-
<script src="../../../platform/platform.js"></script>
14+
<script src="../../../webcomponentsjs/webcomponents.js"></script>
1515
<script src="../../../polymer-test-tools/chai/chai.js"></script>
1616
<script src="../../../polymer-test-tools/htmltest.js"></script>
1717

tests/html/core-ajax.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<head>
1212
<title>core-ajax</title>
1313

14-
<script src="../../../platform/platform.js"></script>
14+
<script src="../../../webcomponentsjs/webcomponents.js"></script>
1515
<script src="../../../polymer-test-tools/chai/chai.js"></script>
1616
<script src="../../../polymer-test-tools/htmltest.js"></script>
1717

0 commit comments

Comments
 (0)