mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Fix typo in PocketBook init (#13238)
See https://www.mobileread.com/forums/showthread.php?p=4488302#post4488302
This commit is contained in:
@@ -240,7 +240,7 @@ function PocketBook:init()
|
||||
-- Unhandled events will leave Input:waitEvent() as "GenericInput"
|
||||
-- NOTE: This all happens in ffi/input_pocketbook.lua
|
||||
|
||||
self._model_init()
|
||||
self:_model_init()
|
||||
-- NOTE: `self.input.open` is a method, and we want it to call `self.input.input.open`
|
||||
-- with `self.input` as first argument, which the imp supports to get access to
|
||||
-- `self.input.raw_input`, hence the double `self.input` arguments.
|
||||
|
||||
Reference in New Issue
Block a user