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

Unified Diff: example/todomvc/build.dart

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: 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: example/todomvc/build.dart
diff --git a/example/todomvc/build.dart b/example/todomvc/build.dart
index 39dbb1e238cd7a880aa551466027035f8d672414..74a1548c91eff612854b65ed7155e69dc80fc8c8 100755
--- a/example/todomvc/build.dart
+++ b/example/todomvc/build.dart
@@ -3,9 +3,8 @@
// 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.
-import 'dart:io';
import 'package:web_ui/component_build.dart';
-void main() {
- build(new Options().arguments, ['web/index.html']);
+void main(args) {
+ build(args, ['web/index.html']);
}
« no previous file with comments | « example/explainer/build_examples.dart ('k') | example/wiki_css/build.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698