| Index: lib/html/src/OverflowEvent.dart
|
| diff --git a/lib/html/src/OverflowEvent.dart b/lib/html/src/OverflowEvent.dart
|
| index da58a27b63470e875a2a0de130f95e889258a4ad..fbff8b5ba92e12eaffe2ac27b793213b7dbdc71d 100644
|
| --- a/lib/html/src/OverflowEvent.dart
|
| +++ b/lib/html/src/OverflowEvent.dart
|
| @@ -12,9 +12,9 @@ interface OverflowEvent extends Event default OverflowEventWrappingImplementatio
|
|
|
| static const int VERTICAL = 1;
|
|
|
| - bool get horizontalOverflow();
|
| + bool get horizontalOverflow;
|
|
|
| - int get orient();
|
| + int get orient;
|
|
|
| - bool get verticalOverflow();
|
| + bool get verticalOverflow;
|
| }
|
|
|