Skip to content

Commit 144d938

Browse files
authored
Fix lint
1 parent 1702b15 commit 144d938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/launch/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858

5959
const drawMenu = () => {
60-
let scroller = E.showScroller({
60+
E.showScroller({
6161
h : height, c : apps.length,
6262
draw : (i, r) => {
6363
var app = apps[i];

0 commit comments

Comments
 (0)