UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

8 lines (6 loc) 272 B
require(["dojo/_base/window","dojox/app/main", "dojox/json/ref", "dojo/text!./config.json", "dojo/sniff"], function(win, Application, jsonRef, config, has){ var cfg = jsonRef.fromJson(config); has.add("ie9orLess", has("ie") && (has("ie") <= 9)); Application(cfg); });