I'm looking for an open-source JavaScript project from which I can learn about good coding practices, patterns, etc.
For example, the equivalent 'awesome code' example from Java would probably be the Spring project internals.
I've thought about taking a look at prototype / jquery, but are there any better ones (by better I mean greater return on time invested)?
I'm talking proper substance as you would find in a java / ruby project, as opposed to a 50 line snippet of code to animate my buttons - (Sorry that's probably a bit JavaScript-ist).