2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/frontend/pluginshare.lua

6 lines
159 B
Lua
Raw Normal View History

-- PluginShare is a table for plugins to exchange data between each other. Plugins should maintain
-- their own protocols.
return {
backgroundJobs = {},
}