CompleteAuth.js 502 B

1234567891011121314
  1. /**
  2. * Licensed Materials - Property of IBM
  3. * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2016, 2017
  4. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. */
  6. if (performance !== undefined && performance.mark !== undefined) {
  7. performance.mark('index-requireBundles-start');
  8. }
  9. require([
  10. "lib/bundleManifest",
  11. "js/glass/bundleManifest"
  12. ], function() {
  13. require([ 'caglass/ajax/CompleteAuthentication' ]);
  14. });