| Index: client/dom/frog/dom_frog.dart
|
| diff --git a/client/dom/frog/dom_frog.dart b/client/dom/frog/dom_frog.dart
|
| index 4619a4446145d6fd68583ece46d18be2c46d1714..eb535defcfee6cffad0e65e90fe00a557d64bc25 100644
|
| --- a/client/dom/frog/dom_frog.dart
|
| +++ b/client/dom/frog/dom_frog.dart
|
| @@ -12064,15 +12064,6 @@ class _Collections {
|
| return true;
|
| }
|
|
|
| - static List map(Iterable<Object> source,
|
| - List<Object> destination,
|
| - f(o)) {
|
| - for (final e in source) {
|
| - destination.add(f(e));
|
| - }
|
| - return destination;
|
| - }
|
| -
|
| static List filter(Iterable<Object> source,
|
| List<Object> destination,
|
| bool f(o)) {
|
|
|