123456789101112 |
- 'use strict';
- /**
- * Licensed Materials - Property of IBM
- * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2019, 2020
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- // Used to generate the requirejs layers bundle
- // Only declare the entry points, not all modules!
- define(['./Datasources/DataSourcesController', './ForecastDetails/ForecastDetailsController'], function () {});
- //# sourceMappingURL=layers.js.map
|