##// END OF EJS Templates
Fixed dojo dependency version
Fixed dojo dependency version

File last commit:

r40:ac3004768754 default
r60:d4f0cdae9577 v1.0.10 default
Show More
dijit.d.ts
14 lines | 219 B | video/mp2t | TypeScriptLexer
declare namespace dijit {
interface _WidgetBase {
_started?: boolean;
_set<K extends keyof this>(key: K, value: this[K]): void;
}
interface TooltipDialog {
content: any;
}
}