Chromium Code Reviews| Index: lib/html/src/_Lists.dart |
| diff --git a/lib/html/src/_Lists.dart b/lib/html/src/_Lists.dart |
| index f28423970a99e59324b1ce8353f58f74ef7041a5..712600c0aa2bb8091775500eb42bcacceafd4f66 100644 |
| --- a/lib/html/src/_Lists.dart |
| +++ b/lib/html/src/_Lists.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| class _Lists { |
| + |
| /** |
| * Returns the index in the array [a] of the given [element], starting |
| * the search at index [startIndex] to [endIndex] (exclusive). |