Chromium Code Reviews| Index: lib/src/js/template.dart |
| diff --git a/lib/src/js/template.dart b/lib/src/js/template.dart |
| index a4a5d11481e7d732e09cb9a96dbf6a477055f6cb..8c5c473db2bdb7d5a40fc11f86a6ff0168a3f983 100644 |
| --- a/lib/src/js/template.dart |
| +++ b/lib/src/js/template.dart |
| @@ -125,7 +125,7 @@ class Template { |
| * trees. [arguments] is a List for positional templates, or Map for |
| * named templates. |
| */ |
| -typedef Node Instantiator(var arguments); |
| +typedef Instantiator(var arguments); |
| /** |