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

Unified Diff: lib/html/src/TextEvent.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
Index: lib/html/src/TextEvent.dart
diff --git a/lib/html/src/TextEvent.dart b/lib/html/src/TextEvent.dart
index a102a1bc892dd427aa573166a19a17bf342dd3e6..c48a00ef89739224c8e28c334603a7eb7d4c2451 100644
--- a/lib/html/src/TextEvent.dart
+++ b/lib/html/src/TextEvent.dart
@@ -7,5 +7,5 @@ interface TextEvent extends UIEvent default TextEventWrappingImplementation {
TextEvent(String type, Window view, String data, [bool canBubble,
bool cancelable]);
- String get data();
+ String get data;
}
« no previous file with comments | « lib/html/src/StorageEventWrappingImplementation.dart ('k') | lib/html/src/TextEventWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698