- From: Matt Brubeck <notifications@github.com>
- Date: Tue, 04 Aug 2015 09:34:08 -0700
- To: w3c/touch-events <touch-events@noreply.github.com>
Received on Tuesday, 4 August 2015 16:34:38 UTC
> @@ -440,6 +463,23 @@ <h3 id="webidl-conform">WebIDL Conformance</h3> > </dd> > </dl> > > + <dl title='dictionary TouchEventInit : UIEventInit' class='idl'> > + <dt>sequence<Touch> touches = []</dt> > + <dd>Initializes the <code>touches</code> property of the <code>TouchEvent</code> object with each element from the sequence.</dd> > + <dt>sequence<Touch> targetTouches = []</dt> > + <dd>Initializes the <code>touches</code> property of the <code>TouchEvent</code> object with each element from the sequence.</dd> typo: `touches` should be `targetTouches` --- Reply to this email directly or view it on GitHub: https://github.com/w3c/touch-events/pull/16/files#r36210044
Received on Tuesday, 4 August 2015 16:34:38 UTC