fix no getPageLinks method in djvudocument

This commit is contained in:
chrox
2014-01-18 15:31:27 +08:00
parent 34e28d28e6
commit ce3b58538c

View File

@@ -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