too sad, last comm was bogus :(

This commit is contained in:
p.kosyh 2009-10-15 16:16:13 +00:00
parent 47bd734d9f
commit 8d6ad827ef

View file

@ -335,10 +335,8 @@ function deref(n)
if type(n) == 'table' and type(n.key_name) == 'string' then if type(n) == 'table' and type(n.key_name) == 'string' then
return n.key_name return n.key_name
end end
return function() -- yeah! lua beauty!!!
return n return n
end end
end
function list_check(self) function list_check(self)
local i, v, ii; local i, v, ii;