Hacker News new | ask | show | jobs
by jashkenas 5191 days ago
If you enjoyed that, perhaps you'll dig the annotated Backbone.js as well:

http://backbonejs.org/docs/backbone.html

Interesting bits are the somewhat-flexible linked list of custom events, the proxying-through of many Underscore methods for Collections, the "inherits" helper function, and so on...