##// END OF EJS Templates
Added test widgets to the playground
Added test widgets to the playground

File last commit:

r65:8ac132c83639 default
r100:ff52224a63f0 v1.3
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}`
});