mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.*: Remove use of module() function, make all module functions local and return them in a table at the end
This commit is contained in:
parent
b49513cdeb
commit
eaa823a597
35 changed files with 435 additions and 302 deletions
|
@ -169,7 +169,4 @@ for method, f in pairs(array_base) do
|
|||
end
|
||||
end
|
||||
|
||||
_G.array = array;
|
||||
module("array");
|
||||
|
||||
return array;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue