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