progressbar(fix): persist progressbar visibility

This commit is contained in:
Qingping Hou
2016-04-28 00:02:15 -07:00
parent 24a30cbda5
commit 0f3eeb24c9
4 changed files with 89 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ describe("ProgressWidget widget", function()
Screen = require("device").screen
end)
it("should not crash with nil self.last #ok", function()
it("should not crash with nil self.last", function()
local progress = ProgressWidget:new{
width = 100,
height = 50,