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

Unified Diff: sky/examples/hello_world/hello_world.dart

Issue 1043283003: [Effen] s/Node/UINode/, s/Element/WrapperNode/, s/EventTarget/EventListenerNode/ (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | sky/examples/stocks/lib/stock_app.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/hello_world/hello_world.dart
diff --git a/sky/examples/hello_world/hello_world.dart b/sky/examples/hello_world/hello_world.dart
index 0ad7536b592cc43d66dc496a5024cf3b3f5f9cae..e20978844d10f8c7caede32ccd867f74adece800 100644
--- a/sky/examples/hello_world/hello_world.dart
+++ b/sky/examples/hello_world/hello_world.dart
@@ -5,7 +5,7 @@
import 'package:sky/framework/fn.dart';
class HelloWorldApp extends App {
- Node build() {
+ UINode build() {
return new Text('Hello, world!');
}
}
« no previous file with comments | « no previous file | sky/examples/stocks/lib/stock_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698