| Index: client/html/generated/src/wrapping/_BaseElementWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_BaseElementWrappingImplementation.dart b/client/html/generated/src/wrapping/_BaseElementWrappingImplementation.dart
|
| deleted file mode 100644
|
| index cccb42538fc13cb2c80baa46250bce22215e9a04..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/wrapping/_BaseElementWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// 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.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -class BaseElementWrappingImplementation extends ElementWrappingImplementation implements BaseElement {
|
| - BaseElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| -
|
| - String get href() { return _ptr.href; }
|
| -
|
| - void set href(String value) { _ptr.href = value; }
|
| -
|
| - String get target() { return _ptr.target; }
|
| -
|
| - void set target(String value) { _ptr.target = value; }
|
| -}
|
|
|