Rename identifiedPoint to identifiedTouch (follow-up to ISSUE-11).
authorMatt Brubeck <mbrubeck@mozilla.com>
Tue, 26 Apr 2011 10:43:26 -0700
changeset 51 fdd08cbcf438
parent 50 c030af565635
child 52 a3bdd103c7d9
Rename identifiedPoint to identifiedTouch (follow-up to ISSUE-11).
touchevents.html
--- a/touchevents.html	Tue Apr 26 10:09:28 2011 -0700
+++ b/touchevents.html	Tue Apr 26 10:43:26 2011 -0700
@@ -206,7 +206,7 @@
         <dd>
           returns the <a>Touch</a> with index <a>index</a> from the list, sorted in order from latest to earliest
         </dd>
-        <dt>caller getter <a>Touch</a> identifiedPoint (in long <a>identifier</a>)</dt>
+        <dt>caller getter <a>Touch</a> identifiedTouch (in long <a>identifier</a>)</dt>
         <dd>
           returns the first <a>Touch</a> with long <a>identifier</a> from the list
         </dd>