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.

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