mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
jsdoc fix and one test added in the viewer
This commit is contained in:
@@ -34,9 +34,9 @@ export class NotSupportedFormat {
|
||||
urlFile: string;
|
||||
|
||||
/**
|
||||
* Download file
|
||||
* Download file opening it in a new window
|
||||
*/
|
||||
private download(){
|
||||
private download() {
|
||||
window.open(this.urlFile);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user