##// 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:

r67:ff3695b0a48f v1.1.1 default
r146:af4f8424e83d v1.9.0 default
Show More
WidgetContext.ts
11 lines | 232 B | video/mp2t | TypeScriptLexer
/ djx / src / main / ts / tsx / WidgetContext.ts
cin
Converted to subproject djx, removed dojo-typings
r65 import { WidgetRendition } from "./WidgetRendition";
/**
* @deprecated use WidgetRendition
*/
export type WidgetContext = WidgetRendition;
/**
* @deprecated use WidgetRendition
*/
cin
Fixed RenditionBase.placeAt for DjxFragment
r67 export const WidgetContext = WidgetRendition;