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

Unified Diff: pkg/observe/lib/observe.dart

Issue 23441054: one-liners for a few polymer-related libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 7 years, 3 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
« pkg/custom_element/lib/custom_element.dart ('K') | « pkg/mdv/lib/mdv.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/observe/lib/observe.dart
diff --git a/pkg/observe/lib/observe.dart b/pkg/observe/lib/observe.dart
index 8b972d30611e015cdfa876572372fde807fa742c..2bb12009f11d59e127f36a153012711b1e5e31f4 100644
--- a/pkg/observe/lib/observe.dart
+++ b/pkg/observe/lib/observe.dart
@@ -3,7 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
/**
- * *Warning*: this library is experimental, and APIs are subject to change.
+ * Support for observing changes in model-view architectures.
+ *
+ * **Warning:** This library is experimental, and APIs are subject to change.
*
* This library is used to observe changes to [Observable] types. It also
* has helpers to make implementing and using [Observable] objects easy.
« pkg/custom_element/lib/custom_element.dart ('K') | « pkg/mdv/lib/mdv.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698