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