1
0
mirror of https://github.com/quinton-ashley/java2js synced 2024-12-29 10:11:54 +01:00
This commit is contained in:
Quinton Ashley 2022-02-17 10:54:45 -05:00
parent 64b69b49d5
commit ba69a3c8b0
2 changed files with 1 additions and 2 deletions

1
jdk.js
View File

@ -19134,7 +19134,6 @@
asyncMethods = [ asyncMethods = [
'alert', 'alert',
'delay', 'delay',
'erase',
'eraseRect', 'eraseRect',
'frame', 'frame',
'move', 'move',

View File

@ -1,6 +1,6 @@
{ {
"name": "java2js", "name": "java2js",
"version": "1.1.7", "version": "1.1.8",
"description": "Converts Java to JavaScript with support for p5.js and QuintOS.", "description": "Converts Java to JavaScript with support for p5.js and QuintOS.",
"main": "jdk.js", "main": "jdk.js",
"scripts": { "scripts": {