Index: client/html/generated/src/interface/TableRowElement.dart |
diff --git a/client/html/generated/src/interface/TableRowElement.dart b/client/html/generated/src/interface/TableRowElement.dart |
deleted file mode 100644 |
index 91f13580c98fe7d1e57489a7aa8a9cfac59972c1..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/interface/TableRowElement.dart |
+++ /dev/null |
@@ -1,38 +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. |
- |
-interface TableRowElement extends Element { |
- |
- String get align(); |
- |
- void set align(String value); |
- |
- String get bgColor(); |
- |
- void set bgColor(String value); |
- |
- ElementList get cells(); |
- |
- String get ch(); |
- |
- void set ch(String value); |
- |
- String get chOff(); |
- |
- void set chOff(String value); |
- |
- int get rowIndex(); |
- |
- int get sectionRowIndex(); |
- |
- String get vAlign(); |
- |
- void set vAlign(String value); |
- |
- void deleteCell(int index); |
- |
- Element insertCell(int index); |
-} |