| Index: lib/html/templates/html/interface/interface_NodeList.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_NodeList.darttemplate b/lib/html/templates/html/interface/interface_NodeList.darttemplate
|
| index e38b360d0d5ff811170a3d0e8fbd3f67aae64f35..e32eafda58c41bb5f873a2141fddac58392e9736 100644
|
| --- a/lib/html/templates/html/interface/interface_NodeList.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_NodeList.darttemplate
|
| @@ -7,9 +7,9 @@
|
| $!COMMENT
|
| abstract class $ID$EXTENDS {
|
|
|
| - NodeList filter(bool f(Node element));
|
| + List<Node> filter(bool f(Node element));
|
|
|
| - NodeList getRange(int start, int length);
|
| + List<Node> getRange(int start, int length);
|
|
|
| Node get first;
|
|
|
|
|