reporting.bridge.js 656 B

12345678910111213141516171819
  1. 'use strict';
  2. /*
  3. *+------------------------------------------------------------------------+
  4. *| Licensed Materials - Property of IBM
  5. *| IBM Cognos Products: Notebook
  6. *| (C) Copyright IBM Corp. 2019
  7. *|
  8. *| US Government Users Restricted Rights - Use, duplication or disclosure
  9. *| restricted by GSA ADP Schedule Contract with IBM Corp.
  10. *+------------------------------------------------------------------------+
  11. */
  12. define('notebook/ReportingWidget', ['notebook/bundles/reporting.min'], function (entry) {
  13. return entry.ReportingWidget;
  14. });
  15. define('notebook/bundles/reporting.bridge', function () {});
  16. //# sourceMappingURL=reporting.bridge.js.map