diff --git a/plugins/jsvm/jsvm.go b/plugins/jsvm/jsvm.go index 01c0d9cb..3178831f 100644 --- a/plugins/jsvm/jsvm.go +++ b/plugins/jsvm/jsvm.go @@ -94,7 +94,7 @@ type Config struct { // OnInit: func(vm *goja.Runtime) { // // register custom bindings // vm.Set("myCustomVar", 123) -// } +// }, // }) func MustRegister(app core.App, config Config) { if err := Register(app, config); err != nil {