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

Unified Diff: tools/dom/src/CssClassSet.dart

Issue 68513006: o/~ Y muchos maaaaaaas... o/~ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « tools/dom/docs/lib/docs.dart ('k') | tools/dom/templates/html/impl/impl_ClientRect.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/src/CssClassSet.dart
diff --git a/tools/dom/src/CssClassSet.dart b/tools/dom/src/CssClassSet.dart
index 5d9a910ceac39a79297e179084579f2ff3abd23b..c948819c93ad06ee4602e65328139dd38c9d1aab 100644
--- a/tools/dom/src/CssClassSet.dart
+++ b/tools/dom/src/CssClassSet.dart
@@ -36,10 +36,10 @@ abstract class CssClassSet implements Set<String> {
* This is the Dart equivalent of jQuery's
* [addClass](http://api.jquery.com/addClass/).
*
- * If this corresponds to one element. Returns `true` if [value] was added to
- * the set, otherwise `false`.
+ * If this corresponds to one element. Returns true if [value] was added to
+ * the set, otherwise false.
*
- * If this corresponds to many elements, `null` is always returned.
+ * If this corresponds to many elements, null is always returned.
*/
bool add(String value);
« no previous file with comments | « tools/dom/docs/lib/docs.dart ('k') | tools/dom/templates/html/impl/impl_ClientRect.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698