##// END OF EJS Templates
Added Renderer, WatchRendition
Added Renderer, WatchRendition

File last commit:

r65:8ac132c83639 default
r94:131e369d1143 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}`
});