##// END OF EJS Templates
corrected i18n, css modules to support requirejs optimizer...
corrected i18n, css modules to support requirejs optimizer i18n bundles now conforms js modules with default exports (breaking change!)

File last commit:

r15:8ef85ad13241 default
r53:deb0ed6fb680 v1.0.7 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;