keymanapp / keymanapp/keyman

bug(developer): .js keyboards define `this.gs` twice

Open
#15,503 1 comment 0 reactions 0 assignees View on GitHub
bug developer/
Dominant language
Pascal
Stars
534
Forks
143
Avg merge
2d 10h
Merged PRs (30d)
113

Description

Keyboards compiled to .js define the `this.gs` function twice in an identical way.

```
this.gs=function(t,e) {
return this.g_Main_0(t,e);
};
this.gs=function(t,e) {
return this.g_Main_0(t,e);
};
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.