ecowden / pluto.js

JavaScript Dependency Injection
MIT License
8 stars 3 forks source link

Clean style #9

Closed ecowden closed 10 years ago

ecowden commented 10 years ago

My understanding of JavaScript has grown a lot since I first created this:

ecowden commented 10 years ago

It looks like I'm doing this inline as opportunity presents itself.

Prototypal inheritance was removed while doing #12 since memoizing a function on a prototype (Module.get(...))leaks information between instances.