mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
minor adjustment for Makefile and document.lua
This commit is contained in:
@@ -70,6 +70,10 @@ function Document:new(o)
|
||||
return o
|
||||
end
|
||||
|
||||
-- override this method to open a document
|
||||
function Document:init()
|
||||
end
|
||||
|
||||
-- this might be overridden by a document implementation
|
||||
function Document:unlock(password)
|
||||
-- return true instead when the password provided unlocked the document
|
||||
|
||||
Reference in New Issue
Block a user