layers.js 588 B

123456789101112
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2019
  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(['./content/liveWidgetDOM/KPIDOMProvider', './content/liveWidgetDOM/LiveWidgetDOM', './content/localFilterDialog/LocalFilterDialog', './content/visExpandMode/VisExpandMode'], function () {});
  10. //# sourceMappingURL=layers.js.map