FredIsRedAPI.js 920 B

123456789101112131415161718192021222324252627282930
  1. "use strict";
  2. function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
  3. /**
  4. * Licensed Materials - Property of IBM
  5. * IBM Business Analytics (C) Copyright IBM Corp. 2018
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /**
  9. * @class FredIsRedFeatureAPI
  10. * @hideconstructor
  11. * @classdesc
  12. */
  13. define([], function () {
  14. var FredIsRedFeatureAPI = function FredIsRedFeatureAPI() {
  15. _classCallCheck(this, FredIsRedFeatureAPI);
  16. };
  17. // @todo : define APIs to statisfy the current visAPI functionality
  18. // getColor
  19. // see:
  20. // /Users/rnassif/dev/git/dashboard-livewidget/client/src/main/webapp/js/dashboard-analytics/visualizations/fredisred/FredIsRed.js
  21. return FredIsRedFeatureAPI;
  22. });
  23. //# sourceMappingURL=FredIsRedAPI.js.map