module.js 553 B

123456789101112
  1. //
  2. // IBM Confidential
  3. // OCO Source Materials
  4. // BI and PM: Mobile
  5. // (C) Copyright IBM Corp. 2013
  6. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. //
  8. dojo.provide('mobileAdmin.serverConfig.module.js');
  9. // Mobile Administration: Configure module paths
  10. if (typeof dojo == "undefined") throw new Error ("The dojo framework is NOT loaded!"); // This situation should never occur and is not recoverable!
  11. dojo.registerModulePath('mobileAdmin', '../../fragments/mobileAdmin');