new(all): isArray function.
This commit is contained in:
parent
56e475cae8
commit
ff635bba43
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ export class GBVMService extends GBService {
|
|||
mobile = this.userMobile(step);
|
||||
from = mobile;
|
||||
ubound = function(list){return list.length};
|
||||
isArray = function(list){return Array.isArray(list) };
|
||||
headers = {};
|
||||
|
||||
${code}
|
||||
|
|
Loading…
Add table
Reference in a new issue