Content deleted Content added
test |
dots |
||
Line 1:
local p = {}
local dots = ...
function p.main(frame)
local output = {}
Line 63 ⟶ 66:
setmetatable(p, metatable)
function p.dots()
return dots
end
return p
|
test |
dots |
||
Line 1:
local p = {}
local dots = ...
function p.main(frame)
local output = {}
Line 63 ⟶ 66:
setmetatable(p, metatable)
function p.dots()
return dots
end
return p
|