##// END OF EJS Templates
Added tag v1.0.3 for changeset 030ea350f98b
Added tag v1.0.3 for changeset 030ea350f98b

File last commit:

r15:8ef85ad13241 default
r49:a5a55d949be1 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;