Re: April CCXML: "Class" definition - [cc] ISSUE-681

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