Index: lib/html/src/AnimationEvent.dart |
diff --git a/lib/html/src/AnimationEvent.dart b/lib/html/src/AnimationEvent.dart |
index 085383ac3f31e401ca9e95a8bfcf6758520f94ba..7b884619a661961a6663a9153a969dfb2bd23ecc 100644 |
--- a/lib/html/src/AnimationEvent.dart |
+++ b/lib/html/src/AnimationEvent.dart |
@@ -7,7 +7,7 @@ interface AnimationEvent extends Event default AnimationEventWrappingImplementat |
AnimationEvent(String type, String propertyName, double elapsedTime, |
[bool canBubble, bool cancelable]); |
- String get animationName(); |
+ String get animationName; |
- num get elapsedTime(); |
+ num get elapsedTime; |
} |