| Index: client/dom/generated/src/wrapping/_HTMLLabelElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLLabelElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLLabelElementWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 3ba739333414b86a11575fa8e49dbeeac7014bb7..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_HTMLLabelElementWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,27 +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 _HTMLLabelElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLLabelElement {
|
| - _HTMLLabelElementWrappingImplementation() : super() {}
|
| -
|
| - static create__HTMLLabelElementWrappingImplementation() native {
|
| - return new _HTMLLabelElementWrappingImplementation();
|
| - }
|
| -
|
| - HTMLElement get control() { return _get_control(this); }
|
| - static HTMLElement _get_control(var _this) native;
|
| -
|
| - HTMLFormElement get form() { return _get_form(this); }
|
| - static HTMLFormElement _get_form(var _this) native;
|
| -
|
| - String get htmlFor() { return _get_htmlFor(this); }
|
| - static String _get_htmlFor(var _this) native;
|
| -
|
| - void set htmlFor(String value) { _set_htmlFor(this, value); }
|
| - static void _set_htmlFor(var _this, String value) native;
|
| -
|
| - String get typeName() { return "HTMLLabelElement"; }
|
| -}
|
|
|