pulsebar: fix factory return

This commit is contained in:
Luke Bonham 2017-04-03 00:53:31 +02:00
parent 3a0b51ee57
commit fc6e880da4
1 changed files with 1 additions and 1 deletions

View File

@ -145,4 +145,4 @@ local function factory(args)
return pulsebar
end
return setmetatable(pulsebar, { __call = function(_, ...) return factory(...) end })
return factory