mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
sort
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
local Generic = require("device/generic/device") -- <= look at this file!
|
||||
local logger = require("logger")
|
||||
local TimeVal = require("ui/timeval")
|
||||
local PluginShare = require("pluginshare")
|
||||
local TimeVal = require("ui/timeval")
|
||||
local ffi = require("ffi")
|
||||
local logger = require("logger")
|
||||
|
||||
local function yes() return true end
|
||||
local function no() return false end
|
||||
|
||||
Reference in New Issue
Block a user