component.bridge.js 938 B

12345678910111213141516171819202122232425
  1. 'use strict';
  2. /*
  3. *+------------------------------------------------------------------------+
  4. *| Licensed Materials - Property of IBM
  5. *| IBM Cognos Products: Notebook
  6. *| (C) Copyright IBM Corp. 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. define('notebook/NewDatasetActionHandler', ['notebook/bundles/component.min'], function (entry) {
  13. return entry.NewDatasetActionHandler;
  14. });
  15. define('notebook/NotebookSaveActionHandler', ['notebook/bundles/component.min'], function (entry) {
  16. return entry.NotebookSaveActionHandler;
  17. });
  18. define('notebook/NotebookView', ['notebook/bundles/component.min'], function (entry) {
  19. return entry.NotebookView;
  20. });
  21. define('notebook/bundles/component.bridge', function () {});
  22. //# sourceMappingURL=component.bridge.js.map