Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

launcher.js 279B

123456789101112131415
  1. dojoConfig = {
  2. async: true,
  3. baseUrl: "lib_dojo/",
  4. packages: [{
  5. name: "dojo",
  6. location: "dojo"
  7. },{
  8. name: "dojox",
  9. location: "dojox"
  10. }],
  11. deps: ["export"],
  12. highlightJsDir: __dirname + "/lib_highlight/build/lib/"
  13. };
  14. require("./lib_dojo/dojo/dojo.js");