livetext.js 714 B

12345678910111213141516171819202122
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *|
  5. *| IBM Cognos Products: BUX
  6. *|
  7. *| (C) Copyright IBM Corp. 2009, 2011
  8. *|
  9. *| US Government Users Restricted Rights - Use, duplication or
  10. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  11. *|
  12. *+------------------------------------------------------------------------+
  13. */
  14. dojo.require("com.ibm.mm.livetext.ServiceModelImpl");
  15. dojo.require("dojox.uuid");
  16. dojo.require("dojox.uuid.generateRandomUuid");
  17. var livetextService = new com.ibm.mm.livetext.ServiceModelImpl();
  18. TagService = SemTagSvc = livetextService;
  19. dojo.addOnLoad(function(){
  20. livetextService.init();
  21. });