| Index: client/html/src/DocumentFragmentWrappingImplementation.dart
|
| ===================================================================
|
| --- client/html/src/DocumentFragmentWrappingImplementation.dart (revision 3161)
|
| +++ client/html/src/DocumentFragmentWrappingImplementation.dart (working copy)
|
| @@ -90,6 +90,7 @@
|
| return last;
|
| }
|
|
|
| + Collection map(f(Element element)) => _filtered.map(f);
|
| Collection<Element> filter(bool f(Element element)) => _filtered.filter(f);
|
| bool every(bool f(Element element)) => _filtered.every(f);
|
| bool some(bool f(Element element)) => _filtered.some(f);
|
|
|