I thought I understood this...

I have

function A() = ...

A.prototype = {...}

and now I want to add

A.prototype.prototype = new SuperClass();

which doesn't do what I want.

Is there a way to do this?

Adam
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to