mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Make DEBUG a require()d local
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
local Cache = require("cache")
|
||||
local CacheItem = require("cacheitem")
|
||||
local DEBUG = require("dbg")
|
||||
|
||||
--[[
|
||||
TODO: all these functions should probably be methods on Face objects
|
||||
|
||||
Reference in New Issue
Block a user