##// END OF EJS Templates
Corrected Scope.own() to cleanup the supplied object immediately when the scope is disposed already
Corrected Scope.own() to cleanup the supplied object immediately when the scope is disposed already

File last commit:

r67:ff3695b0a48f v1.1.1 default
r131:c7d9ad82b374 v1.8.1 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;