Skip to content

Commit

Permalink
pulsebar: fix factory return
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bonham committed Apr 2, 2017
1 parent 3a0b51e commit fc6e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/pulsebar.lua
Expand Up @@ -145,4 +145,4 @@ local function factory(args)
return pulsebar
end
return setmetatable(pulsebar, { __call = function(_, ...) return factory(...) end })
return factory

0 comments on commit fc6e880

Please sign in to comment.