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 {
hasFile: boolean;
fileName: string;
constructor(private settingsService: AlfrescoSettingsService,
private authService: AlfrescoAuthenticationService) {
super();
}
hasFile: boolean;
fileName: string;
ngOnInit() {
if (this.field &&