Index: client/html/generated/src/interface/ImageElement.dart |
diff --git a/client/html/generated/src/interface/ImageElement.dart b/client/html/generated/src/interface/ImageElement.dart |
deleted file mode 100644 |
index d19f54cb487d7d0413bb43d3f70bd459b569d1cc..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/interface/ImageElement.dart |
+++ /dev/null |
@@ -1,74 +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 ImageElement extends Element { |
- |
- String get align(); |
- |
- void set align(String value); |
- |
- String get alt(); |
- |
- void set alt(String value); |
- |
- String get border(); |
- |
- void set border(String value); |
- |
- bool get complete(); |
- |
- String get crossOrigin(); |
- |
- void set crossOrigin(String value); |
- |
- int get height(); |
- |
- void set height(int value); |
- |
- int get hspace(); |
- |
- void set hspace(int value); |
- |
- bool get isMap(); |
- |
- void set isMap(bool value); |
- |
- String get longDesc(); |
- |
- void set longDesc(String value); |
- |
- String get lowsrc(); |
- |
- void set lowsrc(String value); |
- |
- String get name(); |
- |
- void set name(String value); |
- |
- int get naturalHeight(); |
- |
- int get naturalWidth(); |
- |
- String get src(); |
- |
- void set src(String value); |
- |
- String get useMap(); |
- |
- void set useMap(String value); |
- |
- int get vspace(); |
- |
- void set vspace(int value); |
- |
- int get width(); |
- |
- void set width(int value); |
- |
- int get x(); |
- |
- int get y(); |
-} |