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