minor: various luacheck fixes

This commit is contained in:
Qingping Hou
2016-02-15 18:08:04 -08:00
parent 3bec9cea89
commit 3c647ff244
14 changed files with 34 additions and 37 deletions

View File

@@ -343,9 +343,11 @@ local TestInputText = InputText:new{
-----------------------------------------------------
local KeyValuePage = require("ui/widget/keyvaluepage")
local kvp = KeyValuePage:new{
title = 'Statistics',
title = 'Statistics This is a very very log item whose length should exceed the width of the men',
kv_pairs = {
{"1 Current period", "00:00:00"},
{"This is a very very log item whose length should exceed the width of the menu.", "value"},
{"2 Time to read", "00:00:00 00:00:00 00:00:00 00:00:00"},
{"2 Time to read", "00:00:00"},
{"3 Time to read", "00:00:00"},
{"4 Time to read", "00:00:00"},
@@ -377,7 +379,7 @@ local kvp = KeyValuePage:new{
--UIManager:show(TestGrid)
UIManager:show(TestVisible)
UIManager:show(Clock:new())
--UIManager:show(M)
-- UIManager:show(M)
--UIManager:show(Quiz)
--UIManager:show(readerwindow)
--UIManager:show(touch_menu)