| Index: client/html/src/Event.dart
|
| diff --git a/client/html/src/Event.dart b/client/html/src/Event.dart
|
| index 147d4059530e209e6c62c4476fc35a04b4200028..8c0b5ae231dc1f7eddbea2d9fc7645e6f51b6089 100644
|
| --- a/client/html/src/Event.dart
|
| +++ b/client/html/src/Event.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -interface Event factory EventWrappingImplementation {
|
| +interface Event default EventWrappingImplementation {
|
|
|
| static final int AT_TARGET = 2;
|
|
|
|
|