123456789101112 |
- /**
- * Licensed Materials - Property of IBM
- *
- * IBM Cognos Products: Modeling UI (C) Copyright IBM Corp. 2018
- *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- define([
- '../upload'
- ], function(upload) {
- return upload.FileUploadHelper;
- });
|