##// 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
define({
foo: {
$type: "./Foo:Foo"
},
bar: {
$type: "./Bar:Bar",
params: {
db: {
provider: {
$dependency: "db"
}
},
foo: {
$type: "./Foo:Foo"
}
}
},
db: "db://localhost"
});