##// END OF EJS Templates
added type parameter to Evented<T>, T is the event map...
added type parameter to Evented<T>, T is the event map _WidgetBase emit() and on() are now more strict, they accept only valid event names, or explicit `any` added _setValueAttr method to _FormMixin

File last commit:

r0:ab570232df7d default
r10:641c326d4bb4 v1.0.2 default
Show More
index.d.ts
10 lines | 375 B | video/mp2t | TypeScriptLexer
cin
Initial commit, project structure.
r0 /// <reference path="../dojo/index.d.ts" />
/// <reference path="../dijit/index.d.ts" />
/// <reference path="color.d.ts" />
/// <reference path="dojox.d.ts" />
/// <reference path="gfx.d.ts" />
/// <reference path="html.d.ts" />
/// <reference path="layout.d.ts" />
/// <reference path="string.d.ts" />
/// <reference path="widget.d.ts" />
/// <reference path="xml.d.ts" />