Added a table hack
This commit is contained in:
@ -1,2 +1,7 @@
|
||||
local P = require("volume/volume")
|
||||
return P
|
||||
|
||||
local F = function(args)
|
||||
return P:new(args)
|
||||
end
|
||||
|
||||
return F
|
||||
|
Reference in New Issue
Block a user