Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Unified Diff: src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_countdown.html

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_countdown.html
diff --git a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/xcountdown.html b/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_countdown.html
similarity index 79%
rename from src/site/docs/tutorials/indexeddb/examples/count_down/out/web/xcountdown.html
rename to src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_countdown.html
index dcf97a7778904906b64bc6ef438c543934a01156..466755ed163026dcd7dd4b0743f551230fa5fffe 100644
--- a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/xcountdown.html
+++ b/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_countdown.html
@@ -2,10 +2,10 @@
<html>
<head>
- <link rel="import" href="xmilestone.html">
+ <link rel="import" href="tute_milestone.html">
</head>
<body>
- <polymer-element name="x-count-down">
+ <polymer-element name="tute-count-down">
<template>
<div>
@@ -20,8 +20,8 @@
<template bind if='{{appObj.hazMilestones}}'>
<template repeat="{{appObj.milestones}}">
<li>
- <x-milestone milestone="{{}}">
- </x-milestone>
+ <tute-milestone milestone="{{}}">
+ </tute-milestone>
</li>
</template>
</template>
@@ -34,7 +34,7 @@
</template>
- <script type="application/dart" src="xcountdown.dart"></script>
+ <script type="application/dart" src="tute_countdown.dart"></script>
</polymer-element>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698