| Index: client/html/generated/src/interface/MutationRecord.dart
|
| diff --git a/client/html/generated/src/interface/MutationRecord.dart b/client/html/generated/src/interface/MutationRecord.dart
|
| deleted file mode 100644
|
| index 965f10ff0567fba58f6a7de4052ae846ddedd687..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/MutationRecord.dart
|
| +++ /dev/null
|
| @@ -1,26 +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 MutationRecord {
|
| -
|
| - ElementList get addedNodes();
|
| -
|
| - String get attributeName();
|
| -
|
| - String get attributeNamespace();
|
| -
|
| - Node get nextSibling();
|
| -
|
| - String get oldValue();
|
| -
|
| - Node get previousSibling();
|
| -
|
| - ElementList get removedNodes();
|
| -
|
| - Node get target();
|
| -
|
| - String get type();
|
| -}
|
|
|