#68 fix page navigation

This commit is contained in:
Eugenio Romano
2016-06-02 17:04:41 +01:00
parent 956f8e9e81
commit 8552c44c8d
5 changed files with 104 additions and 51 deletions

View File

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