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.czReceived on Friday, 23 April 2010 09:30:37 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 23 April 2010 09:30:43 GMT