##// 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
13 lines | 253 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"rootDirs": [
"ts",
"typings"
],
"types": [
"requirejs", "./typings", "@implab/dojo-typings"
]
}
}