fix(basic.gblib): New names for basic functions on hidden code header.
This commit is contained in:
parent
24ba5b65e4
commit
dba22d518d
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ export class GBVMService extends GBService {
|
||||||
code = `<%\n
|
code = `<%\n
|
||||||
|
|
||||||
id = sys().getRandomId()
|
id = sys().getRandomId()
|
||||||
username = this.getUserName(step);
|
username = this.userName(step);
|
||||||
mobile = this.getUserMobile(step);
|
mobile = this.userMobile(step);
|
||||||
from = mobile;
|
from = mobile;
|
||||||
ubound = function(list){return list.length};
|
ubound = function(list){return list.length};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue