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

Unified Diff: src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_milestone.dart

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_milestone.dart
diff --git a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/xmilestone.dart b/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_milestone.dart
similarity index 98%
rename from src/site/docs/tutorials/indexeddb/examples/count_down/out/web/xmilestone.dart
rename to src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_milestone.dart
index 5a5593096e38b5be75e34d61084ed6e7baeac4bf..f34e0a1c77c2335e2aa94cbb7a462cbcea315fc6 100644
--- a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/xmilestone.dart
+++ b/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_milestone.dart
@@ -3,7 +3,7 @@ import 'milestone.dart';
import 'count_down.dart';
import 'dart:html';
-@CustomTag('x-milestone')
+@CustomTag('tute-milestone')
class MilestoneComponent extends PolymerElement {
@observable Milestone get milestone => __$milestone; Milestone __$milestone; set milestone(Milestone value) { __$milestone = notifyPropertyChange(#milestone, __$milestone, value); }
@observable String _displayString = '';

Powered by Google App Engine
This is Rietveld 408576698