##// END OF EJS Templates
added 'dom-inject' and 'css' modules
added 'dom-inject' and 'css' modules

File last commit:

r2:8ec37bf1b4d1 default
r6:5cc84d1fc7c0 default
Show More
browser.d.ts
12 lines | 306 B | video/mp2t | TypeScriptLexer
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;