mirror of
https://github.com/koreader/koreader.git
synced 2025-12-18 12:02:09 +01:00
Added getImageFromPosition() and isXPointerInDocument()
Bump base (depends on koreader-base PR #470)
This commit is contained in:
@@ -244,6 +244,10 @@ function Document:getLinkFromPosition(pageno, pos)
|
||||
return nil
|
||||
end
|
||||
|
||||
function Document:getImageFromPosition(pos)
|
||||
return nil
|
||||
end
|
||||
|
||||
function Document:getTextBoxes(pageno)
|
||||
return nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user