Return type of identifiedPoint should be TouchPoint.
authorMatt Brubeck <mbrubeck@mozilla.com>
Tue, 12 Apr 2011 10:52:00 -0700
changeset 36 0834dbef202f
parent 35 8624a3d5cbd7
child 37 d5eb1e9315e7
Return type of identifiedPoint should be TouchPoint.
touchevents.html
--- 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>