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

Unified Diff: lib/html/src/TransitionEvent.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/TransitionEvent.dart
diff --git a/lib/html/src/TransitionEvent.dart b/lib/html/src/TransitionEvent.dart
index 54c78947d4c0f937dba5f72938c96487f37fafbd..2d83747fb28212cf64173b8840674cc1a65fda29 100644
--- a/lib/html/src/TransitionEvent.dart
+++ b/lib/html/src/TransitionEvent.dart
@@ -7,7 +7,7 @@ interface TransitionEvent extends Event default TransitionEventWrappingImplement
TransitionEvent(String type, String propertyName, double elapsedTime,
[bool canBubble, bool cancelable]);
- num get elapsedTime();
+ num get elapsedTime;
- String get propertyName();
+ String get propertyName;
}
« no previous file with comments | « lib/html/src/TouchEventWrappingImplementation.dart ('k') | lib/html/src/TransitionEventWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698