mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
6 lines
159 B
Lua
6 lines
159 B
Lua
-- PluginShare is a table for plugins to exchange data between each other. Plugins should maintain
|
|
-- their own protocols.
|
|
return {
|
|
backgroundJobs = {},
|
|
}
|