| Index: client/html/generated/src/interface/EmbedElement.dart
|
| diff --git a/client/html/generated/src/interface/EmbedElement.dart b/client/html/generated/src/interface/EmbedElement.dart
|
| deleted file mode 100644
|
| index 1c0d65b42e863fac982154f38a7c88c923f5c962..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/EmbedElement.dart
|
| +++ /dev/null
|
| @@ -1,32 +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 EmbedElement extends Element {
|
| -
|
| - String get align();
|
| -
|
| - void set align(String value);
|
| -
|
| - String get height();
|
| -
|
| - void set height(String value);
|
| -
|
| - String get name();
|
| -
|
| - void set name(String value);
|
| -
|
| - String get src();
|
| -
|
| - void set src(String value);
|
| -
|
| - String get type();
|
| -
|
| - void set type(String value);
|
| -
|
| - String get width();
|
| -
|
| - void set width(String value);
|
| -}
|
|
|