Uncomment component functions.

This commit is contained in:
Izaya 2017-08-01 14:42:12 +10:00
parent 4165f49396
commit f9e4b1b238
1 changed files with 2 additions and 2 deletions

View File

@ -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