EditActionHandlerBridge.js 335 B

123456789101112
  1. /**
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: Modeling UI (C) Copyright IBM Corp. 2017
  5. *
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. define([
  9. '../modelling'
  10. ], function(modelling) {
  11. return modelling.actionHandler;
  12. });