layers.js 460 B

1234567891011121314
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 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(['./VisualizationPanelView'], function () {
  10. 'use strict';
  11. });
  12. //# sourceMappingURL=layers.js.map