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,9 +335,7 @@ function deref(n)
if type(n) == 'table' and type(n.key_name) == 'string' then
return n.key_name
end
return function() -- yeah! lua beauty!!!
return n
end
return n
end
function list_check(self)