LayoutModelTransition.js 521 B

1234567891011121314151617
  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. define([], function () {
  9. return {
  10. init: function init(model /*, spec, boardModel, logger*/) {
  11. model.on('change:transition', model.boardModel.onLayoutChange, model.boardModel);
  12. }
  13. };
  14. });
  15. //# sourceMappingURL=LayoutModelTransition.js.map