| Index: client/html/generated/src/wrapping/_SVGScriptElementWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_SVGScriptElementWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGScriptElementWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 2da7c14c8b5fee73d272cabbf8f480faf511bcc8..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/wrapping/_SVGScriptElementWrappingImplementation.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 SVGScriptElementWrappingImplementation extends SVGElementWrappingImplementation implements SVGScriptElement {
|
| - SVGScriptElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| -
|
| - String get type() { return _ptr.type; }
|
| -
|
| - void set type(String value) { _ptr.type = value; }
|
| -
|
| - // From SVGURIReference
|
| -
|
| - SVGAnimatedString get href() { return LevelDom.wrapSVGAnimatedString(_ptr.href); }
|
| -
|
| - // From SVGExternalResourcesRequired
|
| -
|
| - SVGAnimatedBoolean get externalResourcesRequired() { return LevelDom.wrapSVGAnimatedBoolean(_ptr.externalResourcesRequired); }
|
| -}
|
|
|