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

Commit

Permalink
Merge pull request #38 from TomBrouws/master
Browse files Browse the repository at this point in the history
Change deprecated platform.js to webcomponents.js
  • Loading branch information
addyosmani committed Oct 27, 2014
2 parents 75da881 + b0b8cbf commit c3a1f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo-progress.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="../platform/platform.js" debug></script>
<script src="../webcomponentsjs/webcomponents.js" debug></script>
<meta charset="utf-8">
<title>Race condition</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion tests/html/core-ajax-progress-and-loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<head>
<title>core-ajax-response-and-error</title>

<script src="../../../platform/platform.js"></script>
<script src="../../../webcomponentsjs/webcomponents.js"></script>
<script src="../../../polymer-test-tools/chai/chai.js"></script>
<script src="../../../polymer-test-tools/htmltest.js"></script>

Expand Down

0 comments on commit c3a1f96

Please sign in to comment.