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

Unified Diff: lib/observe.dart

Issue 26355003: Fix warnings and errors detected by dart2js. (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
« no previous file with comments | « no previous file | lib/observe/list.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/observe.dart
diff --git a/lib/observe.dart b/lib/observe.dart
index d973372853cf88aa269dcf62c12a69de66ae7d40..ed3859efa5eca7d75254aef668e9bc6de299f8b3 100644
--- a/lib/observe.dart
+++ b/lib/observe.dart
@@ -21,7 +21,7 @@
// TODO(jmesserly): this behavior is not ideal. It's really powerful to be able
// to get all changes in one "transaction". We should look at alternate
// approaches.
-library observe;
+library web_ui.observe;
export 'observe/list.dart';
export 'observe/map.dart';
« no previous file with comments | « no previous file | lib/observe/list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698