mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
using font module for getting fonts (commit f95231d789)
renamed function names using camelCase (issue #62)
This commit is contained in:
@@ -9,7 +9,7 @@ function DocSettings:open(docfile)
|
||||
return setmetatable(new, { __index = DocSettings})
|
||||
end
|
||||
|
||||
function DocSettings:readsetting(key)
|
||||
function DocSettings:readSetting(key)
|
||||
return self.data[key]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user