| Index: client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
|
| index ad97b9a8373200574e30249afd058fa076819fe6..ba24321b8181f8379eca6fb0773a32838f52dfaf 100644
|
| --- a/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
|
| @@ -26,6 +26,9 @@ class _MouseEventWrappingImplementation extends _UIEventWrappingImplementation i
|
| bool get ctrlKey() { return _get__MouseEvent_ctrlKey(this); }
|
| static bool _get__MouseEvent_ctrlKey(var _this) native;
|
|
|
| + Clipboard get dataTransfer() { return _get__MouseEvent_dataTransfer(this); }
|
| + static Clipboard _get__MouseEvent_dataTransfer(var _this) native;
|
| +
|
| Node get fromElement() { return _get__MouseEvent_fromElement(this); }
|
| static Node _get__MouseEvent_fromElement(var _this) native;
|
|
|
|
|