source: Dev/trunk/src/client/dojox/app/tests/customApp/customApp.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 272 bytes
Line 
1require(["dojo/_base/window","dojox/app/main", "dojox/json/ref", "dojo/text!./config.json", "dojo/sniff"],
2function(win, Application, jsonRef, config, has){
3        var cfg = jsonRef.fromJson(config);
4        has.add("ie9orLess", has("ie") && (has("ie") <= 9));
5        Application(cfg);
6
7});
Note: See TracBrowser for help on using the repository browser.