I have recently found annotated source code for underscore.js and backbone.js
I'm currently going through these reading them to learn how other authors structure and write javascript code. It's a good learning experience.
Can anyone recommend other high quality annotated source code that is worthwhile to read so that I can gain a better understanding of javascript and associated techniques.
Having finished reading underscore.js I would recommend the reading of their OOP wrapper