layers.js 507 B

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