mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
* remove autofrontlight * remove background-runner thirparty plugins that rely on the backgroundrunner no longer work.
5 lines
229 B
Lua
5 lines
229 B
Lua
-- PluginShare is a table for plugins to exchange data between each other.
|
|
-- It is a singleton, which will persist across views (and, as such, across plugins lifecycle).
|
|
-- Plugins should maintain their own protocols.
|
|
return {}
|