Mparaiso / Pimple.js

Pimple is a Dependency Injection Container for javascript , compatible with all javascript enabled browsers.
26 stars 4 forks source link

Unexpected test #5

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi,

I have looked at tests. I have found :

''' container.set('params',container.extend('params',function(params,container){ params.param2=2; container.set('param3',3); return params; })); '''

But Pimple documentation not says to call extend in set.

I have search "Pimple js" before create it. Nice !

ghost commented 9 years ago

6 Pull request