normalized the names of the exposed jsvm bind funcs
This commit is contained in:
@@ -206,9 +206,9 @@ func (p *plugin) registerMigrations() error {
|
||||
BindCore(vm)
|
||||
BindDbx(vm)
|
||||
BindSecurity(vm)
|
||||
BindOs(vm)
|
||||
BindOS(vm)
|
||||
BindFilepath(vm)
|
||||
BindHttpClient(vm)
|
||||
BindHTTP(vm)
|
||||
BindFilesystem(vm)
|
||||
BindForms(vm)
|
||||
BindMails(vm)
|
||||
@@ -294,9 +294,9 @@ func (p *plugin) registerHooks() error {
|
||||
BindCore(vm)
|
||||
BindDbx(vm)
|
||||
BindSecurity(vm)
|
||||
BindOs(vm)
|
||||
BindOS(vm)
|
||||
BindFilepath(vm)
|
||||
BindHttpClient(vm)
|
||||
BindHTTP(vm)
|
||||
BindFilesystem(vm)
|
||||
BindForms(vm)
|
||||
BindMails(vm)
|
||||
|
||||
Reference in New Issue
Block a user