- From: Rick Byers <notifications@github.com>
- Date: Wed, 05 Aug 2015 20:44:20 -0700
- To: w3c/touch-events <touch-events@noreply.github.com>
Received on Thursday, 6 August 2015 03:44:53 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> Done, thanks. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/touch-events/pull/16/files#r36379070
Received on Thursday, 6 August 2015 03:44:53 UTC