mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Travis: run luacheck on unit tests (#3059)
* Travis: run luacheck on unit tests
This commit is contained in:
@@ -84,7 +84,7 @@ describe("Readerpaging module", function()
|
||||
local tmp_readerui = ReaderUI:new{
|
||||
document = DocumentRegistry:openDocument(sample_djvu),
|
||||
}
|
||||
local paging = tmp_readerui.paging
|
||||
paging = tmp_readerui.paging
|
||||
paging:onGotoPage(tmp_readerui.document:getPageCount())
|
||||
paging:onScrollPanRel(120)
|
||||
paging:onScrollPanRel(-1)
|
||||
|
||||
Reference in New Issue
Block a user