LayoutModelHasOverview.js 442 B

1234567891011121314
  1. "use strict";
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: Storytelling
  5. * (C) Copyright IBM Corp. 2017, 2019
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. // 'hasOverview' is a simple property that we only need to get on the whitelist.
  9. define([], function () {
  10. return {};
  11. });
  12. //# sourceMappingURL=LayoutModelHasOverview.js.map