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