##// END OF EJS Templates
fixed tsx/traits.destroy to handle non-element dom nodes
fixed tsx/traits.destroy to handle non-element dom nodes

File last commit:

r71:73341acc489b default
r75:16678c6055f2 v1.2.1 default
Show More
tsconfig.json
12 lines | 295 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
//"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
"types": ["requirejs", "../main/typings", "@implab/dojo-typings"]
}
}