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

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

Added Dojo 1.9.3 release.

File size: 129 bytes
Line 
1require(["dojox/app/main", "dojo/text!./config.json"],
2function(Application,config){
3        Application(eval("(" + config + ")"));
4});
Note: See TracBrowser for help on using the repository browser.