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

Unified Diff: src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.dart

Issue 35913002: Try Dart 1 hour experience first draft (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: updated image of dart editor with new directory name Created 7 years, 1 month 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/codelabs/darrrt/examples/1-blankbadge/piratebadge.dart
diff --git a/src/site/docs/tutorials/fetchdata/examples/portmanteaux_simple/packages/shadow_dom/src/platform/platform-init.js b/src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.dart
similarity index 58%
copy from src/site/docs/tutorials/fetchdata/examples/portmanteaux_simple/packages/shadow_dom/src/platform/platform-init.js
copy to src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.dart
index 4e83afc8c5fafb541d0e44d97fbd3621ddba5040..4019664d590ef4590f66c0ad1d142fd4170b8a3a 100644
--- a/src/site/docs/tutorials/fetchdata/examples/portmanteaux_simple/packages/shadow_dom/src/platform/platform-init.js
+++ b/src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.dart
@@ -1,5 +1,7 @@
-// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-var Platform = {};
+void main() {
+ // Your app starts here.
+}
« no previous file with comments | « src/site/codelabs/darrrt/darrrt.css ('k') | src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698