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

Unified Diff: lib/html/src/CompositionEventWrappingImplementation.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/CompositionEvent.dart ('k') | lib/html/src/CssClassSet.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/src/CompositionEventWrappingImplementation.dart
diff --git a/lib/html/src/CompositionEventWrappingImplementation.dart b/lib/html/src/CompositionEventWrappingImplementation.dart
index 765f02238b1097e0a2283f4b9216ce50c41a70e6..2f3b952d80f8159a7b375a62eda899345d3be4ce 100644
--- a/lib/html/src/CompositionEventWrappingImplementation.dart
+++ b/lib/html/src/CompositionEventWrappingImplementation.dart
@@ -13,5 +13,5 @@ class CompositionEventWrappingImplementation extends UIEventWrappingImplementati
return LevelDom.wrapCompositionEvent(e);
}
- String get data() => _ptr.data;
+ String get data => _ptr.data;
}
« no previous file with comments | « lib/html/src/CompositionEvent.dart ('k') | lib/html/src/CssClassSet.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698