0.19: Remove 'jit' keyword as 'for(..of..)' is not supported (fix #2937)

pull/2951/head
Gordon Williams 2023-08-03 09:07:17 +01:00
parent 4061bd2f5e
commit cd3b08e235
3 changed files with 8 additions and 8 deletions

View File

@ -23,3 +23,4 @@
0.16: Use firmware provided E.showScroller method
0.17: fix fullscreen with oneClickExit
0.18: Better performance
0.19: Remove 'jit' keyword as 'for(..of..)' is not supported (fix #2937)

View File

@ -56,7 +56,6 @@
let texted;
let drawItem = function(itemI, r) {
"jit";
let x = whitespace;
let i = itemI * appsN - 1;
let selectedApp;

View File

@ -2,7 +2,7 @@
"id": "iconlaunch",
"name": "Icon Launcher",
"shortName" : "Icon launcher",
"version": "0.18",
"version": "0.19",
"icon": "app.png",
"description": "A launcher inspired by smartphones, with an icon-only scrollable menu.",
"tags": "tool,system,launcher",