Index: client/dom/generated/src/wrapping/_HTMLDivElementWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_HTMLDivElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLDivElementWrappingImplementation.dart |
deleted file mode 100644 |
index c553c3e52363e21c6fa0c9671afe62a8cf2a3e85..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_HTMLDivElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,21 +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 _HTMLDivElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLDivElement { |
- _HTMLDivElementWrappingImplementation() : super() {} |
- |
- static create__HTMLDivElementWrappingImplementation() native { |
- return new _HTMLDivElementWrappingImplementation(); |
- } |
- |
- String get align() { return _get_align(this); } |
- static String _get_align(var _this) native; |
- |
- void set align(String value) { _set_align(this, value); } |
- static void _set_align(var _this, String value) native; |
- |
- String get typeName() { return "HTMLDivElement"; } |
-} |