- From: RJ Auburn <rj@voxeo.com>
- Date: Mon, 26 Apr 2010 05:52:17 +0800
- To: Petr Kuba <kuba@optimsys.cz>
- Cc: www-voice <www-voice@w3.org>, W3C Voice Browser Working Group <w3c-voice-wg@w3.org>
Petr: Thanks for submitting this issue. We are tracking this as ISSUE-681. We need to do a bit of research on this bit of the ecmascript spec but will be back to you shortly with a resolution. Thanks, RJ --- RJ Auburn CTO, Voxeo Corporation tel:+1-407-418-1800 Come join us at our Voxeo Customer Summit, June 21st – June 23rd at the Hard Rock Hotel, register today for your All Access Pass: http://www.voxeo.com/summits/customer On Apr 23, 2010, at 5:29 PM, Petr Kuba wrote: > Hello, > > We believe the definition of Class at the end of Section 3.4 Definitions is not correct: > > Reserved ECMAScript property 'prototype.constructor' MUST reference > the class constructor object, so in the example above, > 'MyConnection.prototype.constructor == Connection'. > > According to the ECMA Script specification, we believe the class constructor object should be referenced through 'constructor' instead of 'prototype.constructor': > > Reserved ECMAScript property 'constructor' MUST reference the class > constructor object, so in the example above, > 'MyConnection.constructor == Connection'. > > Thanks, > Petr Kuba > > -- > Petr Kuba, Project Manager > OptimSys, s.r.o > kuba@optimsys.cz > Tel: +420 541 143 065 > Fax: +420 541 143 066 > http://www.optimsys.cz >
Received on Sunday, 25 April 2010 21:52:55 UTC