##// END OF EJS Templates
temp commit, working on @on() decorator
temp commit, working on @on() decorator

File last commit:

r65:8ac132c83639 default
r72:3ef812269f4f default
Show More
foo.ts
6 lines | 167 B | video/mp2t | TypeScriptLexer
cin
Converted to subproject djx, removed dojo-typings
r65 import foo from "../foo";
export default foo.define({
greeting: (name: string) => `Привет, ${name}`,
goodbye: (name: string) => `Пока, ${name}`
});