Hi, Since attributes not allowed on a interface, for W3C Node interface:
interface Node {
const unsigned short ELEMENT_NODE = 1;
}
what is the same statement in EcmaScript 4? I don't see the point
why static const attributes is not allowed on a interface?
Regards
Eric
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss
