1234567891011121314151617181920212223 |
- /*
- *+------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *| BI and PM: prmt
- *| (C) Copyright IBM Corp. 2002, 2011
- *|
- *| US Government Users Restricted Rights - Use, duplication or
- *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *|
- *+------------------------------------------------------------------------+
- */
- /**
- @fileOverview Cognos JavaScript Reporting API.
- */
- /**
- Namespace to prevent class collision with other framework.
- <br/>Your starting point for custom scripts is <tt>{@link cognos.Report.getReport()}</tt>
- @namespace
- */
- if (typeof cognos == "undefined") { cognos = {}; }
|