Remove 'caller'/'caller getter' from item/identifiedTouch
authorMatt Brubeck <mbrubeck@mozilla.com>
Wed, 27 Apr 2011 12:49:31 -0700
changeset 60 cc50b9cdc4f8
parent 59 431c6a1b15e0
child 61 d23f3a960205
child 65 661dbf84462a
Remove 'caller'/'caller getter' from item/identifiedTouch
touchevents.html
--- a/touchevents.html	Wed Apr 27 12:47:50 2011 -0700
+++ b/touchevents.html	Wed Apr 27 12:49:31 2011 -0700
@@ -198,11 +198,11 @@
         <dd>
           returns the number of <a>Touch</a>es in the list
         </dd>
-        <dt>caller getter <a>Touch</a> item (in unsigned long <a>index</a>)</dt>
+        <dt>getter <a>Touch</a> item (in unsigned long <a>index</a>)</dt>
         <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> identifiedTouch (in long <a>identifier</a>)</dt>
+        <dt><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>