glass.bridge.js 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. 'use strict';
  2. /*
  3. *+------------------------------------------------------------------------+
  4. *| Licensed Materials - Property of IBM
  5. *| IBM Cognos Products: Notebook
  6. *| (C) Copyright IBM Corp. 2018, 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/NewNotebookActionHandler', ['notebook/bundles/glass.min'], function (entry) {
  13. return entry.NewNotebookActionHandler;
  14. });
  15. define('notebook/OpenNotebookActionHandler', ['notebook/bundles/glass.min'], function (entry) {
  16. return entry.OpenNotebookActionHandler;
  17. });
  18. define('notebook/RunNotebookActionHandler', ['notebook/bundles/glass.min'], function (entry) {
  19. return entry.RunNotebookActionHandler;
  20. });
  21. define('notebook/ShareNotebookActionHandler', ['notebook/bundles/glass.min'], function (entry) {
  22. return entry.ShareNotebookActionHandler;
  23. });
  24. define('notebook/PropertyMenuNotebook', ['notebook/bundles/glass.min'], function (entry) {
  25. return entry.PropertyMenuNotebook;
  26. });
  27. define('notebook/UploadModuleActionHandler', ['notebook/bundles/glass.min'], function (entry) {
  28. return entry.UploadModuleActionHandler;
  29. });
  30. define('notebook/bundles/glass.bridge', function () {});
  31. //# sourceMappingURL=glass.bridge.js.map