##// END OF EJS Templates
bind event handler methods marked with `@on` before subscribing the event
bind event handler methods marked with `@on` before subscribing the event

File last commit:

r71:73341acc489b default
r77:bc7556143fe5 v1.2.2 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"]
}
}