Uncomment component functions.

This commit is contained in:
Izaya 2017-08-01 14:42:12 +10:00
parent 4165f49396
commit f9e4b1b238

View File

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