--- a/touchevents.html Tue Jan 15 13:51:23 2013 -0500
+++ b/touchevents.html Tue Jan 15 13:59:48 2013 -0500
@@ -605,18 +605,9 @@
<dt>TouchList createTouchList()</dt>
<dd>
- Creates a <a>TouchList</a> object containing the specified
- <a>Touch</a> objects.
- <dl class='parameters'>
- <dt>Touch[] touches</dt> <dd></dd>
- </dl>
- </dd>
-
- <dt>TouchList createTouchList()</dt>
- <dd>
Creates a <a>TouchList</a> object containing a single <a>Touch</a>.
<dl class='parameters'>
- <dt>Touch touch</dt> <dd></dd>
+ <dt>Touch... touches</dt> <dd></dd>
</dl>
</dd>
</dl>