EventRouter.js 447 B

12345678910111213
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2017
  5. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. define(['../lib/@waca/core-client/js/core-client/ui/core/Events'], function (Events) {
  8. var EventRouter = Events.extend({});
  9. return EventRouter;
  10. });
  11. //# sourceMappingURL=EventRouter.js.map