pdfViewer Mock

This commit is contained in:
Eugenio Romano
2016-06-02 17:16:52 +01:00
parent 779a490b62
commit 480a3f83d8
3 changed files with 30 additions and 2 deletions

View File

@@ -18,8 +18,6 @@
export class PDFJSmock {
currentPageNumber: number = 1;
getFilenameFromUrl(url: string) {
return 'fake-name';
}