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

Unified Diff: lib/html/src/DataAttributeMap.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « lib/html/src/CustomEventWrappingImplementation.dart ('k') | lib/html/src/Device.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/src/DataAttributeMap.dart
diff --git a/lib/html/src/DataAttributeMap.dart b/lib/html/src/DataAttributeMap.dart
index 7c754e9fa6e64ff149236bec4a5c98ef51a25958..0dc170104fe01630b9f72c7fb2897f28994d6aca 100644
--- a/lib/html/src/DataAttributeMap.dart
+++ b/lib/html/src/DataAttributeMap.dart
@@ -69,7 +69,7 @@ class _DataAttributeMap implements AttributeMap {
return values;
}
- int get length() => getKeys().length;
+ int get length => getKeys().length;
// TODO: Use lazy iterator when it is available on Map.
bool isEmpty() => length == 0;
« no previous file with comments | « lib/html/src/CustomEventWrappingImplementation.dart ('k') | lib/html/src/Device.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698