jsdoc fix and one test added in the viewer

This commit is contained in:
Eugenio Romano
2016-06-13 11:34:21 +01:00
parent 4f28f60d11
commit 8e5f120e94
5 changed files with 63 additions and 17 deletions

View File

@@ -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);
}
}