##// END OF EJS Templates
fixed NlsBundle locale package loading...
fixed NlsBundle locale package loading corrected DjxFragment params and return value fixed regression in DjxWidgetBase attach points processing fixed empty RenditionBase startup

File last commit:

r79:e5bb5e80ce96 v1.2.3 default
r112:2ccfaae984e9 v1.4.4 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;