fix any type build

This commit is contained in:
Eugenio Romano
2016-11-22 10:34:36 +00:00
committed by Mario Romano
parent b7c0553317
commit ae6f4eeb1c
3 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ export class UploadButtonComponent {
componentHandler.upgradeAllRegistered();
}
let messageTranslate, actionTranslate: any;
let messageTranslate: any, actionTranslate: any;
messageTranslate = this.translate.get('FILE_UPLOAD.MESSAGES.PROGRESS');
actionTranslate = this.translate.get('FILE_UPLOAD.ACTION.UNDO');

View File

@@ -188,7 +188,7 @@ export class UploadDragAreaComponent {
componentHandler.upgradeAllRegistered();
}
let messageTranslate, actionTranslate: any;
let messageTranslate: any, actionTranslate: any;
messageTranslate = this.translate.get('FILE_UPLOAD.MESSAGES.PROGRESS');
actionTranslate = this.translate.get('FILE_UPLOAD.ACTION.UNDO');