##// END OF EJS Templates
Added 'Attrs', 'Events' type parameters to DjxWidgetBase, typed 'on' and 'emit' methods
Added 'Attrs', 'Events' type parameters to DjxWidgetBase, typed 'on' and 'emit' methods

File last commit:

r15:8ef85ad13241 default
r30:a46488b209e8 v1.0.0-rc14 default
Show More
browser.d.ts
13 lines | 307 B | video/mp2t | TypeScriptLexer
cin
created typings for basic part of dojo and dijit further work is required to...
r2 import "../ready";
import dojo = require("./kernel");
import "./connect"; // until we decide if connect is going back into non-browser environments
import "./unload";
import "./window";
import "./event";
import "./html";
import "./NodeList";
import"../query";
import "./xhr";
import "./fx";
cin
Working on dojo typings
r15 export = dojo;