| Index: lib/html/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/lib/html/templates/html/impl/impl_Node.darttemplate b/lib/html/templates/html/impl/impl_Node.darttemplate
|
| index 8fa566de154254dad4025c261c651e262da99c3b..99921c2b05d645ce1930bd8943a8a12dc1ae36fd 100644
|
| --- a/lib/html/templates/html/impl/impl_Node.darttemplate
|
| +++ b/lib/html/templates/html/impl/impl_Node.darttemplate
|
| @@ -69,7 +69,7 @@ $endif
|
|
|
| bool some(bool f(Node element)) => _Collections.some(this, f);
|
|
|
| - bool isEmpty() => this.length == 0;
|
| + bool get isEmpty => this.length == 0;
|
|
|
| // From List<Node>:
|
|
|
|
|