fix some luacheck warnings

This commit is contained in:
chrox
2016-06-28 00:43:23 +08:00
parent 03fda94562
commit 551857ce6e
9 changed files with 39 additions and 47 deletions

View File

@@ -452,7 +452,7 @@ function ReaderView:drawXPointerSavedHighlight(bb, x, y)
end -- end for all saved highlight
end
function ReaderView:drawHighlightRect(bb, x, y, rect, drawer)
function ReaderView:drawHighlightRect(bb, _x, _y, rect, drawer)
local x, y, w, h = rect.x, rect.y, rect.w, rect.h
if drawer == "underscore" then