##// END OF EJS Templates
Fixed RenditionBase.placeAt for DjxFragment
Fixed RenditionBase.placeAt for DjxFragment

File last commit:

r65:8ac132c83639 default
r67:ff3695b0a48f v1.1.1 default
Show More
tsconfig.json
13 lines | 245 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"rootDirs": [
"ts",
"typings"
],
"types": [
"requirejs", "./typings", "dojo-typings"
]
}
}