bug(developer): .js keyboards define `this.gs` twice
Open
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
Assessment
This issue has not been assessed yet.