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; |
} |