Fixed tslint error

This commit is contained in:
Vito Albano
2016-09-20 13:48:35 +01:00
parent 0bc0acda76
commit f9bb489963

View File

@@ -30,13 +30,14 @@ declare var componentHandler;
}) })
export class UploadWidget extends WidgetComponent implements OnInit { export class UploadWidget extends WidgetComponent implements OnInit {
hasFile: boolean;
fileName: string;
constructor(private settingsService: AlfrescoSettingsService, constructor(private settingsService: AlfrescoSettingsService,
private authService: AlfrescoAuthenticationService) { private authService: AlfrescoAuthenticationService) {
super(); super();
} }
hasFile: boolean;
fileName: string;
ngOnInit() { ngOnInit() {
if (this.field && if (this.field &&