##// END OF EJS Templates
Corrected _addChild behavior for WidgetRendition when the content is FunctionRendition which returns a widget instance
Corrected _addChild behavior for WidgetRendition when the content is FunctionRendition which returns a widget instance

File last commit:

r71:73341acc489b default
r91:a842d051d227 default
Show More
tsconfig.json
12 lines | 287 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
//"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
"types": ["requirejs", "../main/typings", "dojo-typings"]
}
}