##// END OF EJS Templates
minor fixes
minor fixes

File last commit:

r44:7a410676c874 di-typescript
r45:3c6524f04866 di-typescript
Show More
config1.js
16 lines | 273 B | application/javascript | JavascriptLexer
cin
Container.configure sync/async tests
r42 define({
foo: {
cin
fixes, tests...
r44 $type: "./Foo:Foo"
cin
Container.configure sync/async tests
r42 },
bar: {
cin
fixes, tests...
r44 $type: "./Bar:Bar",
cin
Container.configure sync/async tests
r42 params: {
db: {
provider: {
$dependency: "db"
}
}
}
},
db: "db://localhost"
});