'use strict'; /** * Licensed Materials - Property of IBM * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2019 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ // Used to generate the requirejs layers bundle // Only declare the entry points, not all modules! define(['./content/liveWidgetDOM/KPIDOMProvider', './content/liveWidgetDOM/LiveWidgetDOM', './content/localFilterDialog/LocalFilterDialog', './content/visExpandMode/VisExpandMode'], function () {}); //# sourceMappingURL=layers.js.map