mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.array: Add type() local
This commit is contained in:
parent
cd0acc10f7
commit
e9fa1d1db3
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ local math_random = math.random;
|
|||
local math_floor = math.floor;
|
||||
local pairs, ipairs = pairs, ipairs;
|
||||
local tostring = tostring;
|
||||
local type = type;
|
||||
|
||||
local array = {};
|
||||
local array_base = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue