all.js 717 B

123456789101112131415
  1. 'use strict';
  2. /*
  3. *+------------------------------------------------------------------------+
  4. *| Licensed Materials - Property of IBM
  5. *| IBM Cognos Products: BI Cloud (C)
  6. *| (C) Copyright IBM Corp. 2017, 2018
  7. *|
  8. *| US Government Users Restricted Rights - Use, duplication or disclosure
  9. *| restricted by GSA ADP Schedule Contract with IBM Corp.
  10. *+------------------------------------------------------------------------+
  11. */
  12. // This file is used to create the require layers. Only the entry points are necessary
  13. define(['./Absolute', './Tab', './Group', './TemplateDropZone', './ScalingAbsolute', './TemplateContainer', './TemplateIndicator', './GenericPage'], function () {});
  14. //# sourceMappingURL=all.js.map