Uncomment component functions.
This commit is contained in:
parent
4165f49396
commit
f9e4b1b238
@ -34,7 +34,7 @@ do
|
||||
return next(ct,b)
|
||||
end
|
||||
end
|
||||
--[[ function component.proxy(k)
|
||||
function component.proxy(k)
|
||||
if type(component[k]) == "table" then
|
||||
return component[k]
|
||||
end
|
||||
@ -43,5 +43,5 @@ do
|
||||
if type(component[k]) == "table" then
|
||||
return component[k].type
|
||||
end
|
||||
end]]--
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user