mariocasciaro / scatter

IoC container and out-of-the-box extensibility for Node.js applications
MIT License
154 stars 14 forks source link

registerModuleInstance() actually does not register the module instance #10

Closed k7sleeper closed 10 years ago

k7sleeper commented 10 years ago

There's a

this.setModule(name, mod);

missing at Container.js:107.

mariocasciaro commented 10 years ago

Hi, the issue is genuine, and a unit test was missing for the feature. Thanks for reporting, the fix will land as soon as I release 0.6 (today or tomorrow)