##// END OF EJS Templates
fixed object activation when a single argument passed to the constructor.
fixed object activation when a single argument passed to the constructor.

File last commit:

r46:747292a4f3ac di-typescript
r46:747292a4f3ac di-typescript
Show More
config1.js
19 lines | 342 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"
}
cin
fixed object activation when a single argument passed to the constructor.
r46 },
foo: {
$type: "./Foo:Foo"
cin
Container.configure sync/async tests
r42 }
}
},
db: "db://localhost"
});