mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-04 13:23:54 -04:00
Small fixes
This commit is contained in:
parent
f7a394f057
commit
6ddb28ffbc
10 changed files with 85 additions and 71 deletions
|
@ -77,5 +77,7 @@ function List:has(obj)
|
|||
end
|
||||
|
||||
return setmetatable(List, {
|
||||
__call = function() return List.new() end,
|
||||
__call = function()
|
||||
return List.new()
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue