Content deleted Content added
No edit summary |
test |
||
Line 647:
p.icon = makeInvokeFunction('_icon')
function p._iconStrip(args, frame)
local icons = {}
for i, v in ipairs(args) do
if i ~= 1 then
table.insert(icons, _icon({args[1], v, size = args.size, name = args.name}))
end
end
return icons
end
p.iconStrip = makeInvokeFunction('_iconStrip')
function p._line(args, frame)
|