##// END OF EJS Templates
fixed dependencies
fixed dependencies

File last commit:

r2:8ec37bf1b4d1 default
r3:fb4d13ff05ae default
Show More
browser.d.ts
12 lines | 306 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";
export = dojo;