##// END OF EJS Templates
Added priorities to render tasks, revisited rendering scheduler...
Added priorities to render tasks, revisited rendering scheduler nested `watch` and `watchFor` has a lower priority then they enclosing renditions

File last commit:

r107:e59104632d14 default
r146:af4f8424e83d v1.9.0 default
Show More
Contact.ts
6 lines | 89 B | video/mp2t | TypeScriptLexer
export interface Contact {
name: string;
position: string;
email: string;
}