pulsebar: fix factory return
This commit is contained in:
parent
3a0b51ee57
commit
fc6e880da4
1 changed files with 1 additions and 1 deletions
|
@ -145,4 +145,4 @@ local function factory(args)
|
|||
return pulsebar
|
||||
end
|
||||
|
||||
return setmetatable(pulsebar, { __call = function(_, ...) return factory(...) end })
|
||||
return factory
|
||||
|
|
Loading…
Add table
Reference in a new issue