| Index: lib/html/src/DeviceMotionEvent.dart
|
| diff --git a/lib/html/src/DeviceMotionEvent.dart b/lib/html/src/DeviceMotionEvent.dart
|
| index 46fa55fa885ccf88d36e5134824b91ce2b551b3f..ac12784ad2d0e5ed7a1f05052c63db75e74c2656 100644
|
| --- a/lib/html/src/DeviceMotionEvent.dart
|
| +++ b/lib/html/src/DeviceMotionEvent.dart
|
| @@ -8,5 +8,5 @@ interface DeviceMotionEvent extends Event default DeviceMotionEventWrappingImple
|
| // DeviceMotionEvent more thoroughly.
|
| DeviceMotionEvent(String type, [bool canBubble, bool cancelable]);
|
|
|
| - num get interval();
|
| + num get interval;
|
| }
|
|
|