remove __type from module
This commit is contained in:
parent
3f119d585c
commit
691dfb1a68
@ -718,7 +718,7 @@ end
|
||||
end
|
||||
-------------------------------------------
|
||||
|
||||
setmetatable(cURL, {__index = curl, __type = "LCURL"})
|
||||
setmetatable(cURL, {__index = curl})
|
||||
|
||||
function cURL.form(...) return Form:new(...) end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user