| Index: client/html/generated/src/interface/ScriptElement.dart
|
| diff --git a/client/html/generated/src/interface/ScriptElement.dart b/client/html/generated/src/interface/ScriptElement.dart
|
| deleted file mode 100644
|
| index d4193a0ba06b581fe22936f3579c69a95da72175..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/ScriptElement.dart
|
| +++ /dev/null
|
| @@ -1,40 +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 ScriptElement extends Element {
|
| -
|
| - bool get async();
|
| -
|
| - void set async(bool value);
|
| -
|
| - String get charset();
|
| -
|
| - void set charset(String value);
|
| -
|
| - bool get defer();
|
| -
|
| - void set defer(bool value);
|
| -
|
| - String get event();
|
| -
|
| - void set event(String value);
|
| -
|
| - String get htmlFor();
|
| -
|
| - void set htmlFor(String value);
|
| -
|
| - String get src();
|
| -
|
| - void set src(String value);
|
| -
|
| - String get text();
|
| -
|
| - void set text(String value);
|
| -
|
| - String get type();
|
| -
|
| - void set type(String value);
|
| -}
|
|
|