12345678910111213141516171819202122 |
- /*
- *+------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *|
- *| IBM Cognos Products: BUX
- *|
- *| (C) Copyright IBM Corp. 2009, 2011
- *|
- *| US Government Users Restricted Rights - Use, duplication or
- *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *|
- *+------------------------------------------------------------------------+
- */
- dojo.require("com.ibm.mm.livetext.ServiceModelImpl");
- dojo.require("dojox.uuid");
- dojo.require("dojox.uuid.generateRandomUuid");
- var livetextService = new com.ibm.mm.livetext.ServiceModelImpl();
- TagService = SemTagSvc = livetextService;
- dojo.addOnLoad(function(){
- livetextService.init();
- });
|