12345678910111213141516171819 |
- 'use strict';
- /*
- *+------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *| IBM Cognos Products: Notebook
- *| (C) Copyright IBM Corp. 2019
- *|
- *| US Government Users Restricted Rights - Use, duplication or disclosure
- *| restricted by GSA ADP Schedule Contract with IBM Corp.
- *+------------------------------------------------------------------------+
- */
- define('notebook/ReportingWidget', ['notebook/bundles/reporting.min'], function (entry) {
- return entry.ReportingWidget;
- });
- define('notebook/bundles/reporting.bridge', function () {});
- //# sourceMappingURL=reporting.bridge.js.map
|