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

r79:e5bb5e80ce96 v1.2.3 default
r131:c7d9ad82b374 v1.8.1 default
Show More
BuildContextBase.ts
11 lines | 272 B | video/mp2t | TypeScriptLexer
/ djx / src / main / ts / tsx / BuildContextBase.ts
cin
Converted to subproject djx, removed dojo-typings
r65 import { RenditionBase } from "./RenditionBase";
/**
* @deprecated use RenditionBase instead
*/
cin
fixed tslint errors, added support for private methods to @on() decorator
r79 export type BuildContextBase<TNode extends Node> = RenditionBase<TNode>;
cin
Converted to subproject djx, removed dojo-typings
r65
/**
cin
fixed tslint errors, added support for private methods to @on() decorator
r79 * @deprecated use RenditionBase instead
*/
export const BuildContextBase = RenditionBase;