zInherit 1.0 and zEvents 1.1
Following up on my promise to provide more useful JavaScript on this site, I’d like to introduce zInherit 1.0. This handy little library helps to make multiple inheritance easier in JavaScript, allowing you to continue using the class prototype inheritance methodology with a new twist.
I also updated zEvents to allow for usage by ECMAScript Edition 1 implementations (the previous one assumed ECMAScript Edition 3).
Both libraries, licensed under the LGPL, are currently available in Downloads.
Disclaimer: Any viewpoints and opinions expressed in this article are those of Nicholas C. Zakas and do not, in any way, reflect those of my employer, my colleagues, Wrox Publishing, O'Reilly Publishing, or anyone else. I speak only for myself, not for them.