mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix no getPageLinks method in djvudocument
This commit is contained in:
@@ -173,6 +173,10 @@ function Document:getToc()
|
||||
return self._document:getToc()
|
||||
end
|
||||
|
||||
function Document:getPageLinks(pageno)
|
||||
return nil
|
||||
end
|
||||
|
||||
function Document:getTextBoxes(pageno)
|
||||
return nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user