Perhaps Dean Edwards' Base library would interest you?
http://dean.edwards.name/weblog/2006/03/base/ On 7/11/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
Michael Geary wrote: > It may be interesting to note that Doug no longer favors that approach. He > now prefers a much simpler technique that works directly with JavaScript's > prototype system instead of trying to turn it into classical inheritance: > > http://javascript.crockford.com/prototypal.html > Thanks Mike. Unfortuanetely that still leaves open the question of method overriding and calling super methods. Maybe I'm just too used to Java class system and therefore can't see how to effectively replace those calls with something appropiate in JavaScript. -- Jörn Zaefferer http://bassistance.de
-- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

