diff options
author | RandomChars <random@chars.jp> | 2021-09-30 15:32:56 +0900 |
---|---|---|
committer | RandomChars <random@chars.jp> | 2021-09-30 15:32:56 +0900 |
commit | fd40f76936ded4a7792530803b243e80d300ab13 (patch) | |
tree | 8f787a336949fb9013f879b7022477ea0163efd2 | |
parent | af7edeb4db799ff3075cbab73f6bb5f06612205d (diff) |
remove exports thing in js generationv1.3.1
-rw-r--r-- | client/js/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/js/main.go b/client/js/main.go index d7105aa..caecbdd 100644 --- a/client/js/main.go +++ b/client/js/main.go @@ -9,6 +9,5 @@ import ( ) func main() { - js.Module.Get("exports").Set("newRemote", client.New) js.Global.Set("newRemote", client.New) } |