123456789101112 |
- /**
- * Licensed Materials - Property of IBM
- *
- * IBM Cognos Products: Modeling UI (C) Copyright IBM Corp. 2017
- *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- define([
- '../modelling'
- ], function(modelling) {
- return modelling.actionHandler;
- });
|