mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 06:10:31 +01:00
[emscripten] Fix key handling
This commit is contained in:
committed by
LeaNumworks
parent
89ede25b17
commit
5eb4d9ccf6
@@ -246,7 +246,7 @@ a.action svg {
|
||||
<script>
|
||||
var mainCanvas = document.querySelector(".calculator .screen");
|
||||
var secondaryCanvasContext = document.querySelector(".screen-magnified").getContext("2d");
|
||||
var module = {
|
||||
var Module = {
|
||||
arguments: ["--language", document.documentElement.lang],
|
||||
canvas: mainCanvas,
|
||||
onDisplayRefresh: function() {
|
||||
@@ -254,7 +254,7 @@ var module = {
|
||||
}
|
||||
};
|
||||
|
||||
Epsilon(module);
|
||||
Epsilon(Module);
|
||||
</script>
|
||||
<script>
|
||||
function screenshot() {
|
||||
|
||||
Reference in New Issue
Block a user