more robust vars

This commit is contained in:
p.kosyh 2010-06-20 14:35:44 +00:00
parent ac863531be
commit 805e3f2ea8

View file

@ -34,7 +34,11 @@ end
vars_object = obj {
nam = 'vars',
ini = function(s)
local fill = function(k, o)
__vars_fill(o)
end
__vars_fill(_G)
for_each_object(fill);
end
}