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