| Index: lib/html/doc/interface/TouchList.dartdoc
|
| diff --git a/lib/html/doc/interface/TouchList.dartdoc b/lib/html/doc/interface/TouchList.dartdoc
|
| deleted file mode 100644
|
| index cf86f4e55ac0a446c729d05e01b33a4e319f24be..0000000000000000000000000000000000000000
|
| --- a/lib/html/doc/interface/TouchList.dartdoc
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING:
|
| -// This file contains documentation that is merged into the real source.
|
| -// Do not make code changes here.
|
| -
|
| -/// @domName TouchList
|
| -interface TouchList extends List<Touch> {
|
| -
|
| - /** @domName TouchList.length */
|
| - final int length;
|
| -
|
| - /** @domName TouchList.item */
|
| - Touch item(int index);
|
| -}
|
|
|