| Index: client/html/generated/html/frog/SVGNumberList.dart
|
| diff --git a/client/html/generated/html/frog/SVGNumberList.dart b/client/html/generated/html/frog/SVGNumberList.dart
|
| deleted file mode 100644
|
| index 0f683c71878193ce5bd155becd880a80f5992e57..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/frog/SVGNumberList.dart
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -
|
| -class _SVGNumberListImpl implements SVGNumberList native "*SVGNumberList" {
|
| -
|
| - final int numberOfItems;
|
| -
|
| - _SVGNumberImpl appendItem(_SVGNumberImpl item) native;
|
| -
|
| - void clear() native;
|
| -
|
| - _SVGNumberImpl getItem(int index) native;
|
| -
|
| - _SVGNumberImpl initialize(_SVGNumberImpl item) native;
|
| -
|
| - _SVGNumberImpl insertItemBefore(_SVGNumberImpl item, int index) native;
|
| -
|
| - _SVGNumberImpl removeItem(int index) native;
|
| -
|
| - _SVGNumberImpl replaceItem(_SVGNumberImpl item, int index) native;
|
| -}
|
|
|