mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +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 math_floor = math.floor;
|
||||||
local pairs, ipairs = pairs, ipairs;
|
local pairs, ipairs = pairs, ipairs;
|
||||||
local tostring = tostring;
|
local tostring = tostring;
|
||||||
|
local type = type;
|
||||||
|
|
||||||
local array = {};
|
local array = {};
|
||||||
local array_base = {};
|
local array_base = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue