remove __type from module

master^2
cryi 2021-04-26 21:58:30 +02:00
parent 3f119d585c
commit 691dfb1a68
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ end
end
-------------------------------------------
setmetatable(cURL, {__index = curl, __type = "LCURL"})
setmetatable(cURL, {__index = curl})
function cURL.form(...) return Form:new(...) end