Fix filter function
This commit is contained in:
parent
7de0e7f399
commit
3eb3dacfb0
@ -74,8 +74,8 @@ function filter(func, table)
|
||||
if func(v) then
|
||||
t[k]=v
|
||||
end
|
||||
return t
|
||||
end
|
||||
return t
|
||||
end
|
||||
|
||||
--- Merge two tables. First table value takes precedence when conflict occurs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user