mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fixed menu info displaying, replaced debug() by DEBUG()
the replacement of debug() was necessary to be able to access the lua library "debug" (for backtraces etc.)
This commit is contained in:
@@ -76,7 +76,7 @@ function ReaderUI:init()
|
||||
end
|
||||
|
||||
function ReaderUI:onClose()
|
||||
debug("closing reader")
|
||||
DEBUG("closing reader")
|
||||
if self.document then
|
||||
self.document:close()
|
||||
self.document = false
|
||||
|
||||
Reference in New Issue
Block a user