Return type of identifiedPoint should be TouchPoint.
--- a/touchevents.html Tue Apr 12 10:37:14 2011 -0700
+++ b/touchevents.html Tue Apr 12 10:52:00 2011 -0700
@@ -213,7 +213,7 @@
<dd>
returns the touchpoint with index <a>index</a> from the list, sorted in order from latest to earliest
</dd>
- <dt>caller getter object identifiedPoint (in long <a>identifier</a>)</dt>
+ <dt>caller getter <a>TouchPoint</a> identifiedPoint (in long <a>identifier</a>)</dt>
<dd>
returns the first touchpoint with long <a>identifier</a> from the list
</dd>